Tests. Fix JavaSourceInnerClassInClassPathTest writing to project root
This commit is contained in:
committed by
Space Team
parent
087555ee59
commit
4f6ebdc97f
@@ -30,7 +30,7 @@ class JavaSourceInnerClassInClassPathTest : TestCaseWithTmpdir() {
|
||||
assert(exit == ExitCode.OK) { output }
|
||||
val (output2, exit2) = AbstractCliTest.executeCompilerGrabOutput(
|
||||
K2JVMCompiler(),
|
||||
listOf(aJava.path, bJava.path, cKt.path, "-cp", tmpdir.path)
|
||||
listOf(aJava.path, bJava.path, cKt.path, "-cp", tmpdir.path, "-d", tmpdir.path)
|
||||
)
|
||||
assert(exit2 == ExitCode.OK) { output2 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user