summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail1a.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail1a.hs')
-rw-r--r--testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail1a.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail1a.hs b/testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail1a.hs
deleted file mode 100644
index a87d5e515d..0000000000
--- a/testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail1a.hs
+++ /dev/null
@@ -1,4 +0,0 @@
-{-# LANGUAGE TypeFamilies #-}
-
-data family T1 a :: * -> *
-data instance T1 Int = T1_1 -- must fail: too few args