From: simonmar Date: Wed, 29 Mar 2000 08:59:28 +0000 (+0000) Subject: [project @ 2000-03-29 08:59:28 by simonmar] X-Git-Tag: Approximately_9120_patches~4881 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ad1b65d237444706e51fc55c7d379ca7d7b44a39;p=ghc-hetmet.git [project @ 2000-03-29 08:59:28 by simonmar] freezeDoubleArray ==> freezeByteArray --- diff --git a/ghc/tests/codeGen/should_run/cg042.hs b/ghc/tests/codeGen/should_run/cg042.hs index f128dfa..16a1413 100644 --- a/ghc/tests/codeGen/should_run/cg042.hs +++ b/ghc/tests/codeGen/should_run/cg042.hs @@ -33,7 +33,7 @@ test_doubles fill_in arr# 0# (size# -# 1#) >> -- freeze the puppy: - freezeDoubleArray arr# + freezeByteArray arr# ) fill_in :: MutableByteArray s Int -> Int# -> Int# -> ST s ()