aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-05-29 17:21:58 +0200
committerMartin Odersky <odersky@gmail.com>2015-05-29 17:21:58 +0200
commitc65504d92444ffb63b385aaa0900f08912033f74 (patch)
treedd24d3ba49ff2571b6ed081794c96e168dd30852 /test
parent3350907bf1ec570a7a7f645c57f74a620cc49664 (diff)
downloaddotty-c65504d92444ffb63b385aaa0900f08912033f74.tar.gz
dotty-c65504d92444ffb63b385aaa0900f08912033f74.tar.bz2
dotty-c65504d92444ffb63b385aaa0900f08912033f74.zip
Eliminate `_' from rhs of ValDefs
Previously was only done for DefDefs. Caused backend failure.
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 42ce1136c..b017211a9 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -137,7 +137,7 @@ class tests extends CompilerTest {
@Test def neg_escapingRefs = compileFile(negDir, "escapingRefs", xerrors = 2)
@Test def neg_instantiateAbstract = compileFile(negDir, "instantiateAbstract", xerrors = 8)
@Test def neg_selfInheritance = compileFile(negDir, "selfInheritance", xerrors = 5)
-
+
@Test def run_all = runFiles(runDir)