diff options
Diffstat (limited to 'testsuite/tests/th/T15502.stderr-ws-32')
-rw-r--r-- | testsuite/tests/th/T15502.stderr-ws-32 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/th/T15502.stderr-ws-32 b/testsuite/tests/th/T15502.stderr-ws-32 new file mode 100644 index 0000000000..ba7b91c4a5 --- /dev/null +++ b/testsuite/tests/th/T15502.stderr-ws-32 @@ -0,0 +1,4 @@ +T15502.hs:7:19-56: Splicing expression + lift (toInteger (maxBound :: Int) + 1) ======> 2147483648 +T15502.hs:8:19-40: Splicing expression + lift (minBound :: Int) ======> (-2147483648) |