summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt
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/gadt
parent102fe6ac5cef680b022b155bb510fb6372da31a9 (diff)
downloadhaskell-aba39d0056ab094f135ac00de47384926804cc3d.tar.gz
Wibbles to output caused by change in checking role annotations
Diffstat (limited to 'testsuite/tests/gadt')
-rw-r--r--testsuite/tests/gadt/gadt11.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/gadt/gadt11.stderr b/testsuite/tests/gadt/gadt11.stderr
index c2e63f0716..b753bd961c 100644
--- a/testsuite/tests/gadt/gadt11.stderr
+++ b/testsuite/tests/gadt/gadt11.stderr
@@ -1,6 +1,6 @@
gadt11.hs:12:3:
Data constructor ‛L2’ returns type ‛T1 Bool’
- instead of an instance of its parent type ‛T2’
+ instead of an instance of its parent type ‛T2 a’
In the definition of data constructor ‛L2’
In the data declaration for ‛T2’