aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-01-07 13:16:22 +0100
committerMartin Odersky <odersky@gmail.com>2015-01-08 11:02:49 +0100
commit5e6114911cb11336bb53938f2f3b3a70c328921a (patch)
tree51d3bd7a687730680d19076b2c87b8a4f4b3b891 /test/dotc
parent2085ebbeb36c085ede54b8538dd9b74f8cf8a9e6 (diff)
downloaddotty-5e6114911cb11336bb53938f2f3b3a70c328921a.tar.gz
dotty-5e6114911cb11336bb53938f2f3b3a70c328921a.tar.bz2
dotty-5e6114911cb11336bb53938f2f3b3a70c328921a.zip
Fixed bug that caused error message to be suppressed.
Symptom was: When compiling Definitions.scala with the changes in the subsequent commits, an empty tree was passed as implicit parameter, without an "implicit not found" error being reported. The problem needed a fix in TyperState.
Diffstat (limited to 'test/dotc')
-rw-r--r--test/dotc/tests.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 3f1170e40..e12becd0c 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -24,9 +24,6 @@ class tests extends CompilerTest {
val failedUnderscore = List("-Ystop-before:collectEntryPoints") // #289
val failedOther = List("-Ystop-before:collectEntryPoints") // some non-obvious reason. need to look deeper
-
-
-
val twice = List("#runs", "2", "-YnoDoubleBindings")
val allowDeepSubtypes = defaultOptions diff List("-Yno-deep-subtypes")