aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t7669.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t7669.check')
-rw-r--r--tests/untried/neg/t7669.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/untried/neg/t7669.check b/tests/untried/neg/t7669.check
new file mode 100644
index 000000000..c090ed18c
--- /dev/null
+++ b/tests/untried/neg/t7669.check
@@ -0,0 +1,7 @@
+t7669.scala:9: warning: match may not be exhaustive.
+It would fail on the following input: NotHandled(_)
+ def exhausto(expr: Expr): Unit = expr match {
+ ^
+error: No warnings can be incurred under -Xfatal-warnings.
+one warning found
+one error found