[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds011.hs
diff --git a/ghc/compiler/tests/deSugar/ds011.hs b/ghc/compiler/tests/deSugar/ds011.hs
deleted file mode 100644 (file)
index 8b12d93..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---!!! ds011 -- uses of "error"
-
-module Tests where
-
-f = error []
-
-g = error ""
-
-h = error "\""
-
-i = error "foo"