summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail-functor1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail-functor1.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/drvfail-functor1.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail-functor1.stderr b/testsuite/tests/deriving/should_fail/drvfail-functor1.stderr
index bff4d27a49..07ce81f4ab 100644
--- a/testsuite/tests/deriving/should_fail/drvfail-functor1.stderr
+++ b/testsuite/tests/deriving/should_fail/drvfail-functor1.stderr
@@ -1,5 +1,5 @@
-drvfail-functor1.hs:6:14:
- Can't make a derived instance of ‘Functor List’:
- You need DeriveFunctor to derive an instance for this class
- In the data declaration for ‘List’
+drvfail-functor1.hs:7:14: error:
+ • Can't make a derived instance of ‘Functor List’:
+ You need DeriveFunctor to derive an instance for this class
+ • In the data declaration for ‘List’