aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-02-09 13:35:17 +0100
committerMartin Odersky <odersky@gmail.com>2014-02-09 19:01:00 +0100
commitf4e9a881a561e28900becc7deea520b43e57fb31 (patch)
tree04cda6a1f41717587fcb3ecb7c9e2a5cb59ac4ec /test
parentada0febcb0893ff8f87d01f605a43f731e38a0be (diff)
downloaddotty-f4e9a881a561e28900becc7deea520b43e57fb31.tar.gz
dotty-f4e9a881a561e28900becc7deea520b43e57fb31.tar.bz2
dotty-f4e9a881a561e28900becc7deea520b43e57fb31.zip
WIP: Fixes to bring symbols forward
Diffstat (limited to 'test')
-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/"