From e8d2733c3e496d811bb1002418b08ba1abe3ee8b Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Tue, 22 Jul 2014 14:03:53 +0200 Subject: Move Ycheck after tailrec Hurray! --- test/dotc/tests.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index a04d07694..2d06e73a8 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -14,7 +14,7 @@ class tests extends CompilerTest { "-pagewidth", "160") implicit val defaultOptions = noCheckOptions ++ List( - "-Ycheck:extmethods"//, "-Ystop-before:terminal" + "-Ycheck:tailrec" ) val twice = List("#runs", "2", "-YnoDoubleBindings") @@ -25,6 +25,7 @@ class tests extends CompilerTest { val newDir = "./tests/new/" val dotcDir = "./src/dotty/" + @Test def pos_erasure = compileFile(posDir, "erasure", doErase) @Test def pos_Coder() = compileFile(posDir, "Coder", doErase) @Test def pos_blockescapes() = compileFile(posDir, "blockescapes", doErase) -- cgit v1.2.3