summaryrefslogtreecommitdiff
path: root/test/files/neg/patmatexhaust.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/patmatexhaust.check')
-rw-r--r--test/files/neg/patmatexhaust.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/neg/patmatexhaust.check b/test/files/neg/patmatexhaust.check
index 2011e4afaf..66b0f3c8ea 100644
--- a/test/files/neg/patmatexhaust.check
+++ b/test/files/neg/patmatexhaust.check
@@ -21,6 +21,7 @@ missing combination Gp
def ma4(x:Deep) = x match { // missing cases: Gu, Gp
^
patmatexhaust.scala:53: warning: match is not exhaustive!
+missing combination Gp
def ma5(x:Deep) = x match { // Gp
^