summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_opt_sharing.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/virtpatmat_opt_sharing.check')
-rw-r--r--test/files/run/virtpatmat_opt_sharing.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/virtpatmat_opt_sharing.check b/test/files/run/virtpatmat_opt_sharing.check
index d00491fd7e..78ec61f19d 100644
--- a/test/files/run/virtpatmat_opt_sharing.check
+++ b/test/files/run/virtpatmat_opt_sharing.check
@@ -1 +1,4 @@
+virtpatmat_opt_sharing.scala:7: warning: match may not be exhaustive.
+ List(1, 3, 4, 7) match {
+ ^
1