summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/SimpleFail11d.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-02-06 08:43:52 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2012-02-06 08:43:52 +0000
commit9e59ec25a830ba757e38d130130172669b0dfe7a (patch)
treeeb24a37bb8b7639fe62bfab0218b333a5058fa28 /testsuite/tests/indexed-types/should_fail/SimpleFail11d.stderr
parent5c1862771c0486d0429e4768e90dd2bc43d6a717 (diff)
downloadhaskell-9e59ec25a830ba757e38d130130172669b0dfe7a.tar.gz
Minor wibbles in error message ordering
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/SimpleFail11d.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/SimpleFail11d.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/SimpleFail11d.stderr b/testsuite/tests/indexed-types/should_fail/SimpleFail11d.stderr
index 0999d49fae..062d29d8f2 100644
--- a/testsuite/tests/indexed-types/should_fail/SimpleFail11d.stderr
+++ b/testsuite/tests/indexed-types/should_fail/SimpleFail11d.stderr
@@ -1,5 +1,5 @@
-SimpleFail11d.hs:10:15:
+SimpleFail11d.hs:8:15:
Conflicting family instance declarations:
- data instance C9 [a] [Int] -- Defined at SimpleFail11d.hs:10:15
data instance C9 [Int] [a] -- Defined at SimpleFail11d.hs:8:15
+ data instance C9 [a] [Int] -- Defined at SimpleFail11d.hs:10:15