summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs')
-rw-r--r--testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs10
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs b/testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs
deleted file mode 100644
index 60cb12f098..0000000000
--- a/testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs
+++ /dev/null
@@ -1,10 +0,0 @@
-{-# LANGUAGE TypeFamilies #-}
-
-module Exp (C, C(type T), T, foo, S)
-where
-
-class C a where
- data T a :: *
- foo :: a -> a
-
-data family S a b :: *