Skip to content

Commit e8d2733

Browse files
committed
Move Ycheck after tailrec
Hurray!
1 parent edeb7e4 commit e8d2733

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/dotc/tests.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class tests extends CompilerTest {
1414
"-pagewidth", "160")
1515

1616
implicit val defaultOptions = noCheckOptions ++ List(
17-
"-Ycheck:extmethods"//, "-Ystop-before:terminal"
17+
"-Ycheck:tailrec"
1818
)
1919

2020
val twice = List("#runs", "2", "-YnoDoubleBindings")
@@ -25,6 +25,7 @@ class tests extends CompilerTest {
2525
val newDir = "./tests/new/"
2626
val dotcDir = "./src/dotty/"
2727

28+
2829
@Test def pos_erasure = compileFile(posDir, "erasure", doErase)
2930
@Test def pos_Coder() = compileFile(posDir, "Coder", doErase)
3031
@Test def pos_blockescapes() = compileFile(posDir, "blockescapes", doErase)

0 commit comments

Comments
 (0)