diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-09-24 12:04:33 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-09-24 12:04:42 +0200 |
commit | 4f9ee91303be9c122af6e91e5e599f589e3f196f (patch) | |
tree | f31a5145123de283d9adcf6863f4f296896c1fbf /testsuite/tests/simplCore | |
parent | b08a533dc87423a75bce037eb403d7828d3330d3 (diff) | |
download | haskell-4f9ee91303be9c122af6e91e5e599f589e3f196f.tar.gz |
Testsuite: update expected output for T8832 on 32-bit systems (#8832)
Diffstat (limited to 'testsuite/tests/simplCore')
-rw-r--r-- | testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32 b/testsuite/tests/simplCore/should_compile/T8832.stdout-ws-32 index 4c7228f643..3186412561 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 |