summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/ds002.stderr-ghc')
-rw-r--r--testsuite/tests/deSugar/should_compile/ds002.stderr-ghc10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc
new file mode 100644
index 0000000000..c526e0db48
--- /dev/null
+++ b/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc
@@ -0,0 +1,10 @@
+
+ds002.hs:7:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ā€›fā€™:
+ f y = ...
+ f z = ...
+
+ds002.hs:11:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ā€›gā€™: g x y z = ...