summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/AnnotatedConstraintNotForgotten.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/AnnotatedConstraintNotForgotten.stderr')
-rw-r--r--testsuite/tests/partial-sigs/should_fail/AnnotatedConstraintNotForgotten.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/AnnotatedConstraintNotForgotten.stderr b/testsuite/tests/partial-sigs/should_fail/AnnotatedConstraintNotForgotten.stderr
index 5882a7861c..006bb7cc1a 100644
--- a/testsuite/tests/partial-sigs/should_fail/AnnotatedConstraintNotForgotten.stderr
+++ b/testsuite/tests/partial-sigs/should_fail/AnnotatedConstraintNotForgotten.stderr
@@ -1,5 +1,5 @@
-AnnotatedConstraintNotForgotten.hs:15:8:
- No instance for (Eq Foo) arising from a use of ‘foo’
- In the expression: foo Foo
- In an equation for ‘test’: test = foo Foo
+AnnotatedConstraintNotForgotten.hs:15:8: error:
+ • No instance for ‘Eq Foo’ arising from a use of ‘foo’
+ • In the expression: foo Foo
+ In an equation for ‘test’: test = foo Foo