[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read006.hs
diff --git a/ghc/tests/reader/should_compile/read006.hs b/ghc/tests/reader/should_compile/read006.hs
deleted file mode 100644 (file)
index f04b29b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
--- !!! Testing handling of troublesome constructor name (:::)
-module MyList (MyList(Empty, (:::))) where
-
-data MyList a =   Empty
-                | (MyList a) ::: (MyList a)