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 5b26f5b575..b09281f271 100644
--- a/testsuite/tests/deriving/should_fail/drvfail011.stderr
+++ b/testsuite/tests/deriving/should_fail/drvfail011.stderr
@@ -1,6 +1,6 @@
drvfail011.hs:8:1: error:
- • No instance for (Eq a) arising from a use of ‘==’
+ • 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 a case alternative: (T1 b1) -> ((a1 == b1))