From 0ab219259627d589f5f2bc407b90575977541865 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 6 Feb 2014 13:36:42 +0100 Subject: Use relative paths in tests --- test/dotc/tests.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index c32492778..550d1c585 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -14,9 +14,9 @@ class tests extends CompilerTest { // "-Yshow-suppressed-errors", "-pagewidth", "160") - 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/" @Test def pos_Coder() = compileFile(posDir, "Coder") @Test def pos_blockescapes() = compileFile(posDir, "blockescapes") @@ -67,4 +67,4 @@ class tests extends CompilerTest { "-Xprompt")) //@Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand") -} \ No newline at end of file +} -- cgit v1.2.3