[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / programs / lennart_array / Main.hs
diff --git a/ghc/tests/programs/lennart_array/Main.hs b/ghc/tests/programs/lennart_array/Main.hs
deleted file mode 100644 (file)
index 6f00ec6..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-{-
-Date: Thu, 22 Sep 1994 01:45:39 +0200
-From: Lennart Augustsson <augustss@cs.chalmers.se>
-Message-Id: <199409212345.BAA01703@statler.cs.chalmers.se>
-To: glasgow-haskell-bugs@dcs.glasgow.ac.uk
-Subject: ghc bug
-
-
-Ghc has the wrong semantics for arrays as exemplified by this simple
-program:
--}
-
-import Array -- 1.3
-
-main = print (array (1,1) [ (1,2), (1,3) ])
-
-{-
-As can be seen from the reference implementation in the report this
-should give an error, but there is no complaint when the program
-is run.
-
-       -- Lennart
--}