aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-09-12 02:29:53 +0200
committerMartin Odersky <odersky@gmail.com>2014-09-12 02:29:53 +0200
commit2317764b683fe548f7c5e3b5ee5ede9760433c61 (patch)
tree812021ca83db7c3120ebe4a1797015b04856996e /test
parentbb5b049076ca733ea42e528ecef81de438a15b19 (diff)
downloaddotty-2317764b683fe548f7c5e3b5ee5ede9760433c61.tar.gz
dotty-2317764b683fe548f7c5e3b5ee5ede9760433c61.tar.bz2
dotty-2317764b683fe548f7c5e3b5ee5ede9760433c61.zip
New phase: CapturedVars
Breaks out boxing functionality of captured vars from lambda lift.
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 843489df9..59b0a5d67 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -13,7 +13,7 @@ class tests extends CompilerTest {
// "-Yshow-suppressed-errors",
"-pagewidth", "160")
- implicit val defaultOptions = noCheckOptions ++ List("-Ycheck:outerAcc,erasure")
+ implicit val defaultOptions = noCheckOptions ++ List("-Ycheck:literalize,capturedVars")
val twice = List("#runs", "2", "-YnoDoubleBindings", "-Ystop-before:terminal")
val doErase = List("-Ystop-before:terminal")