summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/ds003.stderr-ghc')
-rw-r--r--testsuite/tests/deSugar/should_compile/ds003.stderr-ghc6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc
new file mode 100644
index 0000000000..5b1bd3949f
--- /dev/null
+++ b/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc
@@ -0,0 +1,6 @@
+
+ds003.hs:5:1:
+ Warning: Pattern match(es) are overlapped
+ In an equation for `f':
+ f (x : x1 : x2 : x3) ~(y, ys) z = ...
+ f x y True = ...