aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/comptest.scala
diff options
context:
space:
mode:
authorNada Amin <nada.amin@epfl.ch>2014-02-24 16:34:25 +0100
committerNada Amin <nada.amin@epfl.ch>2014-02-24 16:34:25 +0100
commita4e2a6ed89c33f8c79c7129cc493bff0f84e044c (patch)
tree07a62c477827d3be1cf246036a156d733bb1b098 /test/dotc/comptest.scala
parentfbd53d65ef88658cec5324916a16682db7c1d8af (diff)
downloaddotty-a4e2a6ed89c33f8c79c7129cc493bff0f84e044c.tar.gz
dotty-a4e2a6ed89c33f8c79c7129cc493bff0f84e044c.tar.bz2
dotty-a4e2a6ed89c33f8c79c7129cc493bff0f84e044c.zip
Update some paths to relative
Diffstat (limited to 'test/dotc/comptest.scala')
-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
+}