[project @ 2001-01-17 15:23:39 by sewardj]
[ghc-hetmet.git] / ghc / interpreter / test / runtime / r008.hs
diff --git a/ghc/interpreter/test/runtime/r008.hs b/ghc/interpreter/test/runtime/r008.hs
deleted file mode 100644 (file)
index 649afbe..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---!!! Dictionary bug demo 
-import Array
-
-a :: Array Int Int
-a = array (1,10) [ (i,i*i) | i <- [1..10] ]
-
-test1 = show a
-test2 = show a
-
-test3 = let a = array (1,10) [ (i,i*i) | i <- [1..10] ] in show a
-test4 = let a = array (1,10) [ (i,i*i) | i <- [1..10] ] in show a
\ No newline at end of file