summaryrefslogtreecommitdiff
path: root/test/files/neg/t6582_exhaust_big.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-12-12 11:47:23 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-12-12 11:47:23 -0800
commitd9f623db0ff1d20040939fbb9e15d4d4e5887c75 (patch)
treeda1abbb6201a2aefd22654bc42ef569b9657f7ed /test/files/neg/t6582_exhaust_big.check
parent53eab9a1911d8549121d7fd3c6c68872a8655cf4 (diff)
parent654912f5020d4f42dff8e2f5a17bdfa5d37befa5 (diff)
downloadscala-d9f623db0ff1d20040939fbb9e15d4d4e5887c75.tar.gz
scala-d9f623db0ff1d20040939fbb9e15d4d4e5887c75.tar.bz2
scala-d9f623db0ff1d20040939fbb9e15d4d4e5887c75.zip
Merge pull request #4078 from gbasler/topic/fix-analysis-budget
Avoid the `CNF budget exceeded` exception via smarter translation into CNF.
Diffstat (limited to 'test/files/neg/t6582_exhaust_big.check')
-rw-r--r--test/files/neg/t6582_exhaust_big.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/t6582_exhaust_big.check b/test/files/neg/t6582_exhaust_big.check
new file mode 100644
index 0000000000..9e2be038b5
--- /dev/null
+++ b/test/files/neg/t6582_exhaust_big.check
@@ -0,0 +1,7 @@
+t6582_exhaust_big.scala:27: warning: match may not be exhaustive.
+It would fail on the following input: Z11()
+ def foo(z: Z) = z match {
+ ^
+error: No warnings can be incurred under -Xfatal-warnings.
+one warning found
+one error found