summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail107.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail107.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail107.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail107.stderr b/testsuite/tests/typecheck/should_fail/tcfail107.stderr
index 68b82627b8..2c53e0bae9 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail107.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail107.stderr
@@ -1,5 +1,5 @@
-
-tcfail107.hs:13:9: error:
- The type synonym ‘Const’ should have 2 arguments, but has been given 1
- In the type signature:
- test :: Thing (Const Int) -> Thing (Const Int)
+
+tcfail107.hs:13:9: error:
+ • The type synonym ‘Const’ should have 2 arguments, but has been given 1
+ • In the type signature:
+ test :: Thing (Const Int) -> Thing (Const Int)