diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-08 09:35:40 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-08 09:36:28 -0500 |
commit | f5bff4bc23259d38c37ef5f56da3334be5a891d9 (patch) | |
tree | 399f8338f1eca4c794de0d4a6074a2ec609427ef /testsuite | |
parent | 64ef4d7fb131f04769c6cab331af335bd87103ec (diff) | |
download | haskell-f5bff4bc23259d38c37ef5f56da3334be5a891d9.tar.gz |
testsuite: 32-bit expected output for T15460
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/warnings/should_compile/T15460.stderr-ws-32 | 3 | ||||
-rw-r--r-- | testsuite/tests/warnings/should_compile/T15460.stderr-ws-64 (renamed from testsuite/tests/warnings/should_compile/T15460.stderr) | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/warnings/should_compile/T15460.stderr-ws-32 b/testsuite/tests/warnings/should_compile/T15460.stderr-ws-32 new file mode 100644 index 0000000000..2859116da8 --- /dev/null +++ b/testsuite/tests/warnings/should_compile/T15460.stderr-ws-32 @@ -0,0 +1,3 @@ + +T15460.hs:8:16: warning: [-Woverflowed-literals (in -Wdefault)] + Literal 7237005577332262213973186563042994240829374041602535252466099000494570602495 is out of the GHC.Prim.Int# range -2147483648..2147483647 diff --git a/testsuite/tests/warnings/should_compile/T15460.stderr b/testsuite/tests/warnings/should_compile/T15460.stderr-ws-64 index 5907b44320..5907b44320 100644 --- a/testsuite/tests/warnings/should_compile/T15460.stderr +++ b/testsuite/tests/warnings/should_compile/T15460.stderr-ws-64 |