diff options
author | simonpj <unknown> | 1999-12-29 14:46:36 +0000 |
---|---|---|
committer | simonpj <unknown> | 1999-12-29 14:46:36 +0000 |
commit | a8b0e4a232ebc3c5778e2a3f32d71f80a84b16ad (patch) | |
tree | a2295437ce4b9084c48d2377c692968f5d5d76ef /ghc/tests/codeGen | |
parent | 59e8e34e6232a939dff025905e90a3b2d8db7289 (diff) | |
download | haskell-a8b0e4a232ebc3c5778e2a3f32d71f80a84b16ad.tar.gz |
[project @ 1999-12-29 14:46:29 by simonpj]
Many tweaks to expected output
Diffstat (limited to 'ghc/tests/codeGen')
-rw-r--r-- | ghc/tests/codeGen/should_run/cg018.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/tests/codeGen/should_run/cg018.hs b/ghc/tests/codeGen/should_run/cg018.hs index 7132158719..f0659d8551 100644 --- a/ghc/tests/codeGen/should_run/cg018.hs +++ b/ghc/tests/codeGen/should_run/cg018.hs @@ -1,6 +1,6 @@ -- !!! test of datatype with many unboxed fields -- -import PrelBase +import PrelFloat main = putStr (shows (selectee1 + selectee2) "\n") |