summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr')
-rw-r--r--testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr9
1 files changed, 5 insertions, 4 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr b/testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr
index b943dfba2b..713bdc65c3 100644
--- a/testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr
+++ b/testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.stderr
@@ -1,5 +1,6 @@
-ScopedNamedWildcardsBad.hs:8:21:
- Couldn't match expected type ‘Bool’ with actual type ‘Char’
- In the first argument of ‘not’, namely ‘x’
- In the expression: not x
+ScopedNamedWildcardsBad.hs:8:21: error:
+ • Couldn't match expected type ‘Bool’ with actual type ‘Char’
+ • In the first argument of ‘not’, namely ‘x’
+ In the expression: not x
+ In an equation for ‘v’: v = not x