aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/patmatexhaust-huge.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/patmatexhaust-huge.check')
-rw-r--r--tests/patmat/patmatexhaust-huge.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/patmat/patmatexhaust-huge.check b/tests/patmat/patmatexhaust-huge.check
new file mode 100644
index 000000000..06cac90bd
--- /dev/null
+++ b/tests/patmat/patmatexhaust-huge.check
@@ -0,0 +1,5 @@
+./tests/patmat/patmatexhaust-huge.scala:404: warning: match may not be exhaustive.
+It would fail on the following input: C397, C392
+ def f(c: C): Int = c match {
+ ^
+one warning found \ No newline at end of file