[project @ 2001-03-29 14:35:20 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds022.stderr
index 1d0291b..f392c43 100644 (file)
@@ -1,5 +1,4 @@
-ds022.hs:20: 
-    Pattern match(es) are overlapped in the definition of function `i'
-           1 1.1 = ...
-           2 2.2 = ...
 
+ds022.hs:20: Warning: Pattern match(es) are overlapped in the definition of function `i':
+           i 1 1.1 = ...
+           i 2 2.2 = ...