From ad1b65d237444706e51fc55c7d379ca7d7b44a39 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 29 Mar 2000 08:59:28 +0000 Subject: [PATCH] [project @ 2000-03-29 08:59:28 by simonmar] freezeDoubleArray ==> freezeByteArray --- ghc/tests/codeGen/should_run/cg042.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 1.7.10.4