aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/dotc/comptest.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/dotc/comptest.scala b/test/dotc/comptest.scala
index 485469c1a..e7f60488b 100644
--- a/test/dotc/comptest.scala
+++ b/test/dotc/comptest.scala
@@ -4,9 +4,9 @@ import test._
object comptest extends CompilerTest {
- val posDir = "/Users/odersky/workspace/dotty/tests/pos/"
- val negDir = "/Users/odersky/workspace/dotty/tests/neg/"
- val dotcDir = "/Users/odersky/workspace/dotty/src/dotty/"
+ val posDir = "./tests/pos/"
+ val negDir = "./tests/neg/"
+ val dotcDir = "./src/dotty/"
def main(args: Array[String]) =
compileArgs(Array(
@@ -18,4 +18,4 @@ object comptest extends CompilerTest {
"-Xprompt"))
// compileDir(dotcDir + "tools/dotc/printing", List("-Xprompt", "-Ylog:frontend", "#runs", "2", "-uniqid"))
-} \ No newline at end of file
+}