summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail204.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail204.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail204.stderr16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail204.stderr b/testsuite/tests/typecheck/should_fail/tcfail204.stderr
index e9d9bb739d..bfbac54432 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail204.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail204.stderr
@@ -1,13 +1,13 @@
-tcfail204.hs:10:15:
- Warning: Defaulting the following constraint(s) to type `Double'
- (Fractional a0) arising from the literal `6.3'
- at tcfail204.hs:10:15-17
- (RealFrac a0) arising from a use of `ceiling'
- at tcfail204.hs:10:7-13
- In the first argument of `ceiling', namely `6.3'
+tcfail204.hs:10:15: Warning:
+ Defaulting the following constraint(s) to type ‛Double’
+ (Fractional a0)
+ arising from the literal ‛6.3’ at tcfail204.hs:10:15-17
+ (RealFrac a0)
+ arising from a use of ‛ceiling’ at tcfail204.hs:10:7-13
+ In the first argument of ‛ceiling’, namely ‛6.3’
In the expression: ceiling 6.3
- In an equation for `foo': foo = ceiling 6.3
+ In an equation for ‛foo’: foo = ceiling 6.3
<no location info>:
Failing due to -Werror.