Skip to content

Commit 5aac55d

Browse files
committed
fix path after rebase
1 parent bcee0af commit 5aac55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ class CompilationTests extends ParallelTesting {
337337
new CompilationTest(targets)
338338
}
339339

340-
compileFilesInDir("../tests/plugins/neg").checkExpectedErrors()
340+
compileFilesInDir("tests/plugins/neg").checkExpectedErrors()
341341
}
342342

343343
private val (compilerSources, backendSources, backendJvmSources) = {

0 commit comments

Comments
 (0)