aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 61e9a170c..c2e8f4ad2 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -6,7 +6,12 @@ import test._
class tests extends CompilerTest {
override val defaultOptions =
- List("-verbose", "-Ylog:frontend", "-explaintypes", "-Yshow-suppressed-errors", "-pagewidth", "160")
+ List(
+// "-verbose",
+ // "-Ylog:frontend",
+// "-explaintypes",
+// "-Yshow-suppressed-errors",
+ "-pagewidth", "160")
val posDir = "/Users/odersky/workspace/dotty/tests/pos/"
val negDir = "/Users/odersky/workspace/dotty/tests/neg/"