summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail11c.stderr
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-07-20 11:09:03 -0700
committerDavid Terei <davidterei@gmail.com>2011-07-20 11:26:35 -0700
commit16514f272fb42af6e9c7674a9bd6c9dce369231f (patch)
treee4f332b45fe65e2a7a2451be5674f887b42bf199 /testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail11c.stderr
parentebd422aed41048476aa61dd4c520d43becd78682 (diff)
downloadhaskell-16514f272fb42af6e9c7674a9bd6c9dce369231f.tar.gz
Move tests from tests/ghc-regress/* to just tests/*
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