aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotc')
-rw-r--r--test/dotc/comptest.scala2
-rw-r--r--test/dotc/tests.scala1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/dotc/comptest.scala b/test/dotc/comptest.scala
index fda5214cf..4065b8f13 100644
--- a/test/dotc/comptest.scala
+++ b/test/dotc/comptest.scala
@@ -9,5 +9,5 @@ object comptest extends CompilerTest {
val dotcDir = "/Users/odersky/workspace/dotty/src/dotty/"
def main(args: Array[String]) =
- compileFile(posDir, "typers", List("-Xprompt", "-Ylog:frontend", "#runs", "2"))
+ compileFile(posDir, "Coder", List("-Xprompt", "-Ylog:frontend", "#runs", "2"))
} \ No newline at end of file
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 550d1c585..74271c24a 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -12,6 +12,7 @@ class tests extends CompilerTest {
// "-Xprompt",
// "-explaintypes",
// "-Yshow-suppressed-errors",
+ "#runs", "2",
"-pagewidth", "160")
val posDir = "./tests/pos/"