[commit: ghc] master: Testsuite: update expected output for T8832 on 32-bit systems (#8832) (4f9ee91)
git at git.haskell.org
git at git.haskell.org
Thu Sep 24 10:04:00 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4f9ee91303be9c122af6e91e5e599f589e3f196f/ghc
>---------------------------------------------------------------
commit 4f9ee91303be9c122af6e91e5e599f589e3f196f
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Thu Sep 24 12:04:33 2015 +0200
Testsuite: update expected output for T8832 on 32-bit systems (#8832)
>---------------------------------------------------------------
4f9ee91303be9c122af6e91e5e599f589e3f196f
testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32 | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32 b/testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32
index 4c7228f..3186412 100644
--- a/testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32
+++ b/testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32
@@ -6,3 +6,4 @@ w = GHC.Types.W# 0##
w8 = GHC.Word.W8# 0##
w16 = GHC.Word.W16# 0##
w32 = GHC.Word.W32# 0##
+z = 0
More information about the ghc-commits
mailing list