aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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")