summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail055.stderr
diff options
context:
space:
mode:
authorMax Bolingbroke <batterseapower@hotmail.com>2011-08-21 16:53:40 +0100
committerMax Bolingbroke <batterseapower@hotmail.com>2011-09-06 17:28:53 +0100
commit8b5a2b4345ee9ba74f1274e7ed06e504240676c3 (patch)
treed60ad79bdf457d326947e310e9616a76487612a7 /testsuite/tests/rename/should_fail/rnfail055.stderr
parent84cf6cdbe209d429f80c7362f06191b953f9dddc (diff)
downloadhaskell-8b5a2b4345ee9ba74f1274e7ed06e504240676c3.tar.gz
Test the ConstraintKind extension and related changes
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail055.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/rnfail055.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail055.stderr b/testsuite/tests/rename/should_fail/rnfail055.stderr
index 7c30e7828e..301dbead2f 100644
--- a/testsuite/tests/rename/should_fail/rnfail055.stderr
+++ b/testsuite/tests/rename/should_fail/rnfail055.stderr
@@ -95,7 +95,7 @@ RnFail055.hs-boot:27:22:
RnFail055.hs-boot:28:7:
Class `C2' has conflicting definitions in the module and its hs-boot file
Main module: class C2 a b
- RecFlag NonRecursive
+ RecFlag Recursive
m2 :: a -> b m2' :: a -> b
Boot file: class C2 a b
RecFlag NonRecursive
@@ -103,5 +103,5 @@ RnFail055.hs-boot:28:7:
RnFail055.hs-boot:29:24:
Class `C3' has conflicting definitions in the module and its hs-boot file
- Main module: class (Eq a, Ord a) => C3 a RecFlag NonRecursive
+ Main module: class (Eq a, Ord a) => C3 a RecFlag Recursive
Boot file: class (Ord a, Eq a) => C3 a RecFlag NonRecursive