summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T7959.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T7959.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/T7959.stderr12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/deriving/should_fail/T7959.stderr b/testsuite/tests/deriving/should_fail/T7959.stderr
index 5ca93a7fe3..4756f793c8 100644
--- a/testsuite/tests/deriving/should_fail/T7959.stderr
+++ b/testsuite/tests/deriving/should_fail/T7959.stderr
@@ -1,8 +1,8 @@
-T7959.hs:5:1:
- Cannot derive instances for nullary classes
- In the stand-alone deriving instance for ‘A’
+T7959.hs:5:1: error:
+ • Cannot derive instances for nullary classes
+ • In the stand-alone deriving instance for ‘A’
-T7959.hs:6:17:
- Expected kind ‘k0 -> Constraint’, but ‘A’ has kind ‘Constraint’
- In the data declaration for ‘B’
+T7959.hs:6:17: error:
+ • Expected kind ‘k0 -> Constraint’, but ‘A’ has kind ‘Constraint’
+ • In the data declaration for ‘B’