summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail11c.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail11c.stderr')
-rw-r--r--testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail11c.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail11c.stderr b/testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail11c.stderr
deleted file mode 100644
index ccc897a626..0000000000
--- a/testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail11c.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-
-SimpleFail11c.hs:7:15:
- Conflicting family instance declarations:
- data instance C9 [a] Int -- Defined at SimpleFail11c.hs:7:15-16
- data instance C9 [Int] Int -- Defined at SimpleFail11c.hs:9:15-16
-
-SimpleFail11c.hs:15:15:
- Conflicting family instance declarations:
- type instance D9 [Int] Int -- Defined at SimpleFail11c.hs:15:15-16
- type instance D9 [a] Int -- Defined at SimpleFail11c.hs:13:15-16