Skip to content

Commit a4e2a6e

Browse files
committed
Update some paths to relative
1 parent fbd53d6 commit a4e2a6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/dotc/comptest.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import test._
44

55
object comptest extends CompilerTest {
66

7-
val posDir = "/Users/odersky/workspace/dotty/tests/pos/"
8-
val negDir = "/Users/odersky/workspace/dotty/tests/neg/"
9-
val dotcDir = "/Users/odersky/workspace/dotty/src/dotty/"
7+
val posDir = "./tests/pos/"
8+
val negDir = "./tests/neg/"
9+
val dotcDir = "./src/dotty/"
1010

1111
def main(args: Array[String]) =
1212
compileArgs(Array(
@@ -18,4 +18,4 @@ object comptest extends CompilerTest {
1818
"-Xprompt"))
1919

2020
// compileDir(dotcDir + "tools/dotc/printing", List("-Xprompt", "-Ylog:frontend", "#runs", "2", "-uniqid"))
21-
}
21+
}

0 commit comments

Comments
 (0)