summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/drv003.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_compile/drv003.stderr')
-rw-r--r--testsuite/tests/deriving/should_compile/drv003.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_compile/drv003.stderr b/testsuite/tests/deriving/should_compile/drv003.stderr
index f939631a8e..375b08621a 100644
--- a/testsuite/tests/deriving/should_compile/drv003.stderr
+++ b/testsuite/tests/deriving/should_compile/drv003.stderr
@@ -1,10 +1,10 @@
drv003.hs:14:10: warning: [-Wmissing-methods (in -Wdefault)]
• No explicit implementation for
- either ‘==’ or ‘/=’
+ ‘==’
• In the instance declaration for ‘Eq (Foo a)’
drv003.hs:17:10: warning: [-Wmissing-methods (in -Wdefault)]
• No explicit implementation for
- either ‘==’ or ‘/=’
+ ‘==’
• In the instance declaration for ‘Eq (Bar b)’