[commit: ghc] master: Testsuite: properly fix T8832.stdout-ws-32 (#8832) (5883b56)

git at git.haskell.org git at git.haskell.org
Thu Sep 24 10:08:53 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5883b5665860ed5f3199c59dc0d843a66408741b/ghc

>---------------------------------------------------------------

commit 5883b5665860ed5f3199c59dc0d843a66408741b
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Thu Sep 24 12:10:29 2015 +0200

    Testsuite: properly fix T8832.stdout-ws-32 (#8832)


>---------------------------------------------------------------

5883b5665860ed5f3199c59dc0d843a66408741b
 .../tests/simplCore/should_compile/T8832.stdout-ws-32    | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32 b/testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32
index 3186412..8978c6c 100644
--- a/testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32
+++ b/testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32
@@ -1,9 +1,9 @@
-i = GHC.Types.I# 0#
-i8 = GHC.Int.I8# 0#
-i16 = GHC.Int.I16# 0#
-i32 = GHC.Int.I32# 0#
-w = GHC.Types.W# 0##
-w8 = GHC.Word.W8# 0##
-w16 = GHC.Word.W16# 0##
-w32 = GHC.Word.W32# 0##
+i = I# 0#
+i8 = I8# 0#
+i16 = I16# 0#
+i32 = I32# 0#
+w = W# 0##
+w8 = W8# 0##
+w16 = W16# 0##
+w32 = W32# 0##
 z = 0



More information about the ghc-commits mailing list