summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/Test10307.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-api/annotations/Test10307.hs')
-rw-r--r--testsuite/tests/ghc-api/annotations/Test10307.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/ghc-api/annotations/Test10307.hs b/testsuite/tests/ghc-api/annotations/Test10307.hs
deleted file mode 100644
index 938801a8d6..0000000000
--- a/testsuite/tests/ghc-api/annotations/Test10307.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-{-# LANGUAGE TypeFamilies #-}
-module Test10307 where
-
-class Foldable t where
- type FoldableConstraint t x :: *
- type FoldableConstraint t x = ()