summaryrefslogtreecommitdiff
path: root/ghc/tests/codeGen
diff options
context:
space:
mode:
authorsimonpj <unknown>1999-12-29 14:46:36 +0000
committersimonpj <unknown>1999-12-29 14:46:36 +0000
commita8b0e4a232ebc3c5778e2a3f32d71f80a84b16ad (patch)
treea2295437ce4b9084c48d2377c692968f5d5d76ef /ghc/tests/codeGen
parent59e8e34e6232a939dff025905e90a3b2d8db7289 (diff)
downloadhaskell-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.hs2
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")