summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds019.stderr-ghc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/ds019.stderr-ghc')
-rw-r--r--testsuite/tests/deSugar/should_compile/ds019.stderr-ghc7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds019.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds019.stderr-ghc
new file mode 100644
index 0000000000..68816686b1
--- /dev/null
+++ b/testsuite/tests/deSugar/should_compile/ds019.stderr-ghc
@@ -0,0 +1,7 @@
+
+ds019.hs:5:1:
+ Warning: Pattern match(es) are overlapped
+ In an equation for `f':
+ f d (j, k) p = ...
+ f (e, f, g) l q = ...
+ f h (m, n) r = ...