summaryrefslogtreecommitdiff
path: root/test/files/neg/t8700b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8700b.check')
-rw-r--r--test/files/neg/t8700b.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/neg/t8700b.check b/test/files/neg/t8700b.check
new file mode 100644
index 0000000000..3bff78dd29
--- /dev/null
+++ b/test/files/neg/t8700b.check
@@ -0,0 +1,11 @@
+Bar_2.scala:2: warning: match may not be exhaustive.
+It would fail on the following input: B
+ def bar1(foo: Foo_1) = foo match {
+ ^
+Bar_2.scala:6: warning: match may not be exhaustive.
+It would fail on the following input: B
+ def bar2(foo: Baz_1) = foo match {
+ ^
+error: No warnings can be incurred under -Xfatal-warnings.
+two warnings found
+one error found