From 07609b995fc069c289571a323c8843811bf6caca Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 28 Feb 2001 10:46:52 +0000 Subject: [PATCH] [project @ 2001-02-28 10:46:52 by rrt] The warning messages have changes, so the stderrs have to too. --- ghc/tests/deSugar/should_compile/ds002.stderr | 4 ++-- ghc/tests/deSugar/should_compile/ds003.stderr | 2 +- ghc/tests/deSugar/should_compile/ds019.stderr | 2 +- ghc/tests/deSugar/should_compile/ds020.stderr | 8 ++++---- ghc/tests/deSugar/should_compile/ds022.stderr | 2 +- ghc/tests/deSugar/should_compile/ds040.stderr | 2 +- ghc/tests/deSugar/should_compile/ds043.stderr | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ghc/tests/deSugar/should_compile/ds002.stderr b/ghc/tests/deSugar/should_compile/ds002.stderr index b9d7d06..1561121 100644 --- a/ghc/tests/deSugar/should_compile/ds002.stderr +++ b/ghc/tests/deSugar/should_compile/ds002.stderr @@ -1,7 +1,7 @@ -ds002.hs:7: Pattern match(es) are overlapped in the definition of function `f': +ds002.hs:7: Warning: Pattern match(es) are overlapped in the definition of function `f': f y = ... f z = ... -ds002.hs:11: Pattern match(es) are overlapped in the definition of function `g': +ds002.hs:11: Warning: Pattern match(es) are overlapped in the definition of function `g': g x y z = ... diff --git a/ghc/tests/deSugar/should_compile/ds003.stderr b/ghc/tests/deSugar/should_compile/ds003.stderr index 11e93b0..f0e2876 100644 --- a/ghc/tests/deSugar/should_compile/ds003.stderr +++ b/ghc/tests/deSugar/should_compile/ds003.stderr @@ -1,4 +1,4 @@ -ds003.hs:5: Pattern match(es) are overlapped in the definition of function `f': +ds003.hs:5: Warning: Pattern match(es) are overlapped in the definition of function `f': f (x : (x1 : (x2 : x3))) ~(y, ys) z = ... f x y True = ... diff --git a/ghc/tests/deSugar/should_compile/ds019.stderr b/ghc/tests/deSugar/should_compile/ds019.stderr index 502a6c9..135617c 100644 --- a/ghc/tests/deSugar/should_compile/ds019.stderr +++ b/ghc/tests/deSugar/should_compile/ds019.stderr @@ -1,5 +1,5 @@ -ds019.hs:5: Pattern match(es) are overlapped in the definition of function `f': +ds019.hs:5: Warning: Pattern match(es) are overlapped in the definition of function `f': f d (j, k) p = ... f (e, f, g) l q = ... f h (m, n) r = ... diff --git a/ghc/tests/deSugar/should_compile/ds020.stderr b/ghc/tests/deSugar/should_compile/ds020.stderr index 719bd5e..1266804 100644 --- a/ghc/tests/deSugar/should_compile/ds020.stderr +++ b/ghc/tests/deSugar/should_compile/ds020.stderr @@ -1,13 +1,13 @@ -ds020.hs:5: Pattern match(es) are overlapped in the definition of function `a': +ds020.hs:5: Warning: Pattern match(es) are overlapped in the definition of function `a': a ~(~[], ~[], ~[]) = ... -ds020.hs:8: Pattern match(es) are overlapped in the definition of function `b': +ds020.hs:8: Warning: Pattern match(es) are overlapped in the definition of function `b': b ~(~x : (~xs : ~ys)) = ... -ds020.hs:13: Pattern match(es) are overlapped in the definition of function `d': +ds020.hs:13: Warning: Pattern match(es) are overlapped in the definition of function `d': d ~(n+43) = ... d ~(n+999) = ... -ds020.hs:19: Pattern match(es) are overlapped in the definition of function `f': +ds020.hs:19: Warning: Pattern match(es) are overlapped in the definition of function `f': f (x@~[]) = ... diff --git a/ghc/tests/deSugar/should_compile/ds022.stderr b/ghc/tests/deSugar/should_compile/ds022.stderr index 3ed5e4e..f392c43 100644 --- a/ghc/tests/deSugar/should_compile/ds022.stderr +++ b/ghc/tests/deSugar/should_compile/ds022.stderr @@ -1,4 +1,4 @@ -ds022.hs:20: Pattern match(es) are overlapped in the definition of function `i': +ds022.hs:20: Warning: Pattern match(es) are overlapped in the definition of function `i': i 1 1.1 = ... i 2 2.2 = ... diff --git a/ghc/tests/deSugar/should_compile/ds040.stderr b/ghc/tests/deSugar/should_compile/ds040.stderr index 533d6eb..60c3e51 100644 --- a/ghc/tests/deSugar/should_compile/ds040.stderr +++ b/ghc/tests/deSugar/should_compile/ds040.stderr @@ -1,3 +1,3 @@ -ds040.hs:9: Pattern match(es) are overlapped in the definition of function `^^^^': +ds040.hs:9: Warning: Pattern match(es) are overlapped in the definition of function `^^^^': ^^^^ _ _ = ... diff --git a/ghc/tests/deSugar/should_compile/ds043.stderr b/ghc/tests/deSugar/should_compile/ds043.stderr index 84fc830..d38fe2e 100644 --- a/ghc/tests/deSugar/should_compile/ds043.stderr +++ b/ghc/tests/deSugar/should_compile/ds043.stderr @@ -1,4 +1,4 @@ -ds043.hs:8: Pattern match(es) are overlapped in a group of case alternatives beginning - (B _ _ _ _ True False): +ds043.hs:8: Warning: Pattern match(es) are overlapped in a group of case alternatives beginning + (B _ _ _ _ True False): B {e = True, f = False} -> ... -- 1.7.10.4