summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_compile/Simple19.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/indexed-types/should_compile/Simple19.hs')
-rw-r--r--testsuite/tests/ghc-regress/indexed-types/should_compile/Simple19.hs10
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/tests/ghc-regress/indexed-types/should_compile/Simple19.hs b/testsuite/tests/ghc-regress/indexed-types/should_compile/Simple19.hs
deleted file mode 100644
index d738b0bd85..0000000000
--- a/testsuite/tests/ghc-regress/indexed-types/should_compile/Simple19.hs
+++ /dev/null
@@ -1,10 +0,0 @@
-{-# LANGUAGE TypeFamilies, LiberalTypeSynonyms #-}
- -- ^ crucial for exercising the code paths to be
- -- tested here
-
-module ShouldCompile where
-
-type family Element c :: *
-
-f :: Element x
-f = undefined