projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b45d26
)
[project @ 2000-01-07 17:28:14 by simonmar]
author
simonmar
<unknown>
Fri, 7 Jan 2000 17:28:14 +0000
(17:28 +0000)
committer
simonmar
<unknown>
Fri, 7 Jan 2000 17:28:14 +0000
(17:28 +0000)
import Float# from PrelGHC
ghc/tests/codeGen/should_run/cg018.hs
patch
|
blob
|
history
diff --git
a/ghc/tests/codeGen/should_run/cg018.hs
b/ghc/tests/codeGen/should_run/cg018.hs
index
f0659d8
..
b230b00
100644
(file)
--- a/
ghc/tests/codeGen/should_run/cg018.hs
+++ b/
ghc/tests/codeGen/should_run/cg018.hs
@@
-1,5
+1,6
@@
-- !!! test of datatype with many unboxed fields
--
+import PrelGHC( Float# )
import PrelFloat
main = putStr (shows (selectee1 + selectee2) "\n")