summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T8368.stderr
diff options
context:
space:
mode:
authorRichard Eisenberg <eir@seas.upenn.edu>2013-12-02 13:12:36 -0500
committerRichard Eisenberg <eir@seas.upenn.edu>2013-12-02 13:13:25 -0500
commitaba39d0056ab094f135ac00de47384926804cc3d (patch)
treea9e09d62d7a8b0c907f00c99330b36649da3df8f /testsuite/tests/indexed-types/should_fail/T8368.stderr
parent102fe6ac5cef680b022b155bb510fb6372da31a9 (diff)
downloadhaskell-aba39d0056ab094f135ac00de47384926804cc3d.tar.gz
Wibbles to output caused by change in checking role annotations
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T8368.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T8368.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T8368.stderr b/testsuite/tests/indexed-types/should_fail/T8368.stderr
index b767489247..2ff63d7bb4 100644
--- a/testsuite/tests/indexed-types/should_fail/T8368.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T8368.stderr
@@ -1,6 +1,6 @@
T8368.hs:9:3:
Data constructor ‛MkFam’ returns type ‛Foo’
- instead of an instance of its parent type ‛Fam’
+ instead of an instance of its parent type ‛Fam a’
In the definition of data constructor ‛MkFam’
In the data instance declaration for ‛Fam’