From c65504d92444ffb63b385aaa0900f08912033f74 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 29 May 2015 17:21:58 +0200 Subject: Eliminate `_' from rhs of ValDefs Previously was only done for DefDefs. Caused backend failure. --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit v1.2.3