aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2014-07-22 14:03:53 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-07-22 14:06:01 +0200
commite8d2733c3e496d811bb1002418b08ba1abe3ee8b (patch)
treedfa66522c363666d1a759d32210f05fa739de939 /test/dotc/tests.scala
parentedeb7e44f5d24a825b160cfad199f24847f871d6 (diff)
downloaddotty-e8d2733c3e496d811bb1002418b08ba1abe3ee8b.tar.gz
dotty-e8d2733c3e496d811bb1002418b08ba1abe3ee8b.tar.bz2
dotty-e8d2733c3e496d811bb1002418b08ba1abe3ee8b.zip
Move Ycheck after tailrec
Hurray!
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala3
1 files changed, 2 insertions, 1 deletions
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)