[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / array / should_run / arr007.hs
diff --git a/ghc/tests/array/should_run/arr007.hs b/ghc/tests/array/should_run/arr007.hs
deleted file mode 100644 (file)
index df9c34a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
--- !!! Array - accessing empty arrays
--- 
--- empty arrays are legal, but indexing them is undefined!
---
-import Array
-
-main =
- let 
-  a1 = array (1::Int,0) [(1,'a')]
- in
- print (a1!0)