summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail011.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail011.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/drvfail011.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail011.stderr b/testsuite/tests/deriving/should_fail/drvfail011.stderr
index e29f4e799b..d439bd03eb 100644
--- a/testsuite/tests/deriving/should_fail/drvfail011.stderr
+++ b/testsuite/tests/deriving/should_fail/drvfail011.stderr
@@ -2,7 +2,7 @@
drvfail011.hs:8:1: error:
• No instance for (Eq a) arising from a use of ‘==’
Possible fix: add (Eq a) to the context of the instance declaration
- • In the expression: ((a1 == b1))
+ • In the expression: a1 == b1
In an equation for ‘==’: (==) (T1 a1) (T1 b1) = ((a1 == b1))
When typechecking the code for ‘==’
in a derived instance for ‘Eq (T a)’: