summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/PluralS.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/should_compile/PluralS.stderr')
-rw-r--r--testsuite/tests/warnings/should_compile/PluralS.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/warnings/should_compile/PluralS.stderr b/testsuite/tests/warnings/should_compile/PluralS.stderr
index d03efa5ad6..42c81daf5f 100644
--- a/testsuite/tests/warnings/should_compile/PluralS.stderr
+++ b/testsuite/tests/warnings/should_compile/PluralS.stderr
@@ -1,7 +1,7 @@
PluralS.hs:15:17: warning: [-Wtype-defaults (in -Wall)]
• Defaulting the following constraint to type ‘Integer’
- Num t0 arising from the literal ‘123’
+ Num a0 arising from the literal ‘123’
• In the first argument of ‘seq’, namely ‘123’
In the expression: 123 `seq` ()
In an equation for ‘defaultingNum’: defaultingNum = 123 `seq` ()