[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds011.hs
diff --git a/ghc/tests/deSugar/should_compile/ds011.hs b/ghc/tests/deSugar/should_compile/ds011.hs
deleted file mode 100644 (file)
index dab482f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
--- !!! ds011 -- uses of "error"
-
-module ShouldCompile where
-
-f = error []
-
-g = error ""
-
-h = error "\""
-
-i = error "foo"