aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-04-21 18:13:38 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-05-08 21:51:46 +0200
commit3ae84523f96d36afa922c9655d88b60417d0d42d (patch)
treec79de2dfb3f4146b0f58055147ddfb29a45de606 /test
parent782c24ff51865e43e34a2485dc585a757ada2c3b (diff)
downloaddotty-3ae84523f96d36afa922c9655d88b60417d0d42d.tar.gz
dotty-3ae84523f96d36afa922c9655d88b60417d0d42d.tar.bz2
dotty-3ae84523f96d36afa922c9655d88b60417d0d42d.zip
Moved tests to pending because they fail -Ycheck:front
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 3f99a9d5b..4234a6541 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -12,7 +12,7 @@ class tests extends CompilerTest {
// "-Xprompt",
// "-explaintypes",
// "-Yshow-suppressed-errors",
- "-pagewidth", "160"//, "-Ystop-before:terminal"
+ "-pagewidth", "160" //, "-Ycheck:front" , "-Ystop-before:terminal"
)
val twice = List("#runs", "2", "-YnoDoubleBindings")
val doErase = List("-Ystop-before:terminal")