summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7778.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T7778.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T7778.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T7778.stderr b/testsuite/tests/typecheck/should_fail/T7778.stderr
index 89196dfb0c..714e2a6e27 100644
--- a/testsuite/tests/typecheck/should_fail/T7778.stderr
+++ b/testsuite/tests/typecheck/should_fail/T7778.stderr
@@ -1,5 +1,5 @@
T7778.hs:3:19:
- Expecting one more argument to ‛Num’
- Expected a type, but ‛Num’ has kind ‛* -> Constraint’
- In the type signature for ‛v’: v :: (Num Int => Num) () => ()
+ Expecting one more argument to ‘Num’
+ Expected a type, but ‘Num’ has kind ‘* -> Constraint’
+ In the type signature for ‘v’: v :: (Num Int => Num) () => ()