[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds020.stderr
diff --git a/ghc/tests/deSugar/should_compile/ds020.stderr b/ghc/tests/deSugar/should_compile/ds020.stderr
deleted file mode 100644 (file)
index c838082..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-ds020.hs:5: Warning: Pattern match(es) are overlapped
-    In the definition of `a': a ~(~[], ~[], ~[]) = ...
-
-ds020.hs:8: Warning: Pattern match(es) are overlapped
-    In the definition of `b': b ~(~x : (~xs : ~ys)) = ...
-
-ds020.hs:13: Warning: Pattern match(es) are overlapped
-    In the definition of `d':
-       d ~(n+43) = ...
-       d ~(n+999) = ...
-
-ds020.hs:19: Warning: Pattern match(es) are overlapped
-    In the definition of `f': f (x@~[]) = ...