From 8239cf9611587c4dd4650e2cd7774ab54dff950f Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 7 Jan 2000 17:28:14 +0000 Subject: [PATCH] [project @ 2000-01-07 17:28:14 by simonmar] import Float# from PrelGHC --- ghc/tests/codeGen/should_run/cg018.hs | 1 + 1 file changed, 1 insertion(+) 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") -- 1.7.10.4