aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/comptest.scala
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/dotc/comptest.scala
parentada0febcb0893ff8f87d01f605a43f731e38a0be (diff)
downloaddotty-f4e9a881a561e28900becc7deea520b43e57fb31.tar.gz
dotty-f4e9a881a561e28900becc7deea520b43e57fb31.tar.bz2
dotty-f4e9a881a561e28900becc7deea520b43e57fb31.zip
WIP: Fixes to bring symbols forward
Diffstat (limited to 'test/dotc/comptest.scala')
-rw-r--r--test/dotc/comptest.scala2
1 files changed, 1 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