From: simonmar Date: Fri, 7 Jan 2000 17:28:14 +0000 (+0000) Subject: [project @ 2000-01-07 17:28:14 by simonmar] X-Git-Tag: Approximately_9120_patches~5331 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8239cf9611587c4dd4650e2cd7774ab54dff950f;p=ghc-hetmet.git [project @ 2000-01-07 17:28:14 by simonmar] import Float# from PrelGHC --- diff --git a/ghc/tests/codeGen/should_run/cg018.hs b/ghc/tests/codeGen/should_run/cg018.hs index f0659d8..b230b00 100644 --- 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")