summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11112.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T11112.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T11112.stderr5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T11112.stderr b/testsuite/tests/typecheck/should_fail/T11112.stderr
index da0ab532a7..3534d33b51 100644
--- a/testsuite/tests/typecheck/should_fail/T11112.stderr
+++ b/testsuite/tests/typecheck/should_fail/T11112.stderr
@@ -1,4 +1,5 @@
T11112.hs:3:9: error:
- Constraint ‘Ord s’ used as a type
- In the type signature for ‘sort’: sort :: Ord s -> [s] -> [s]
+ • Constraint ‘Ord s’ used as a type
+ • In the type signature:
+ sort :: Ord s -> [s] -> [s]