summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/PolyKinds07.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-07-10 16:25:27 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-07-10 16:25:27 +0100
commitc0b66697cafb42390d5eebb1d3d63a2e3fc0110c (patch)
treecbaf29cd63ed5cebb9bbe3473958a635a8486c16 /testsuite/tests/polykinds/PolyKinds07.stderr
parent488f34cf98f8d147ca4f9292925f0337d2ee2332 (diff)
downloadhaskell-c0b66697cafb42390d5eebb1d3d63a2e3fc0110c.tar.gz
Accept error wibbles
Diffstat (limited to 'testsuite/tests/polykinds/PolyKinds07.stderr')
-rw-r--r--testsuite/tests/polykinds/PolyKinds07.stderr14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/polykinds/PolyKinds07.stderr b/testsuite/tests/polykinds/PolyKinds07.stderr
index 1e1492050f..29930179ca 100644
--- a/testsuite/tests/polykinds/PolyKinds07.stderr
+++ b/testsuite/tests/polykinds/PolyKinds07.stderr
@@ -1,7 +1,7 @@
-
-PolyKinds07.hs:10:11:
- You can't use data constructor `A1' here
- (it is defined and used in the same recursive group)
- In the type `B A1'
- In the definition of data constructor `B1'
- In the data declaration for `B'
+
+PolyKinds07.hs:10:11:
+ Data constructor `A1' cannot be used here
+ (it is defined and used in the same recursive group)
+ In the type `B A1'
+ In the definition of data constructor `B1'
+ In the data declaration for `B'