Skip to content

Commit

Permalink
Move Ycheck after tailrec
Browse files Browse the repository at this point in the history
Hurray!
  • Loading branch information
DarkDimius committed Jul 22, 2014
1 parent edeb7e4 commit e8d2733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/dotc/tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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)
Expand Down

0 comments on commit e8d2733

Please sign in to comment.