[project @ 2000-03-29 08:59:28 by simonmar]
authorsimonmar <unknown>
Wed, 29 Mar 2000 08:59:28 +0000 (08:59 +0000)
committersimonmar <unknown>
Wed, 29 Mar 2000 08:59:28 +0000 (08:59 +0000)
freezeDoubleArray ==> freezeByteArray

ghc/tests/codeGen/should_run/cg042.hs

index f128dfa..16a1413 100644 (file)
@@ -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 ()