[commit: ghc] master: testsuite: 32-bit expected output for T15460 (f5bff4b)
git at git.haskell.org
git at git.haskell.org
Sat Dec 8 14:36:57 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f5bff4bc23259d38c37ef5f56da3334be5a891d9/ghc
>---------------------------------------------------------------
commit f5bff4bc23259d38c37ef5f56da3334be5a891d9
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Dec 8 09:35:40 2018 -0500
testsuite: 32-bit expected output for T15460
>---------------------------------------------------------------
f5bff4bc23259d38c37ef5f56da3334be5a891d9
.../warnings/should_compile/{T15460.stderr => T15460.stderr-ws-32} | 2 +-
.../warnings/should_compile/{T15460.stderr => T15460.stderr-ws-64} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/warnings/should_compile/T15460.stderr b/testsuite/tests/warnings/should_compile/T15460.stderr-ws-32
similarity index 56%
copy from testsuite/tests/warnings/should_compile/T15460.stderr
copy to testsuite/tests/warnings/should_compile/T15460.stderr-ws-32
index 5907b44..2859116 100644
--- a/testsuite/tests/warnings/should_compile/T15460.stderr
+++ b/testsuite/tests/warnings/should_compile/T15460.stderr-ws-32
@@ -1,3 +1,3 @@
T15460.hs:8:16: warning: [-Woverflowed-literals (in -Wdefault)]
- Literal 7237005577332262213973186563042994240829374041602535252466099000494570602495 is out of the GHC.Prim.Int# range -9223372036854775808..9223372036854775807
+ 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
similarity index 100%
rename from testsuite/tests/warnings/should_compile/T15460.stderr
rename to testsuite/tests/warnings/should_compile/T15460.stderr-ws-64
More information about the ghc-commits
mailing list