[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail092.hs
diff --git a/ghc/tests/typecheck/should_fail/tcfail092.hs b/ghc/tests/typecheck/should_fail/tcfail092.hs
deleted file mode 100644 (file)
index be3984c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
--- !!! Illegal conflicting parallel bindings
-
-module ShouldFail where
-
-xys = [ () | let a = 13 | let a = 17 ]