Skip to content

Commit 3a27571

Browse files
committed
Fix build.
1 parent 7871236 commit 3a27571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dotc/tests.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class tests extends CompilerTest {
5555
val dotcDir = toolsDir + "dotc/"
5656
val coreDir = dotcDir + "core/"
5757
val parsingDir = dotcDir + "parsing/"
58-
val replDir = dotcDir + "repl/"
58+
val dottyReplDir = dotcDir + "repl/"
5959
val typerDir = dotcDir + "typer/"
6060

6161
@Test def pickle_pickleOK = compileDir(testsDir, "pickling", testPickling)
@@ -254,7 +254,7 @@ class tests extends CompilerTest {
254254
@Test def tasty_dotc_repl = compileList("tasty_dotc_repl", List(
255255
"AbstractFileClassLoader.scala", "ConsoleWriter.scala", "InteractiveReader.scala",
256256
"Interpreter.scala", "Main.scala", "NewLinePrintWriter.scala", "REPL.scala", "SimpleReader.scala"
257-
) map (replDir + _), testPickling)
257+
) map (dottyReplDir + _), testPickling)
258258

259259
//@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
260260
@Test def tasty_dotc_rewrite = compileDir(dotcDir, "rewrite", testPickling)

0 commit comments

Comments
 (0)