Fix tests for imports dumper
Remove local absolute paths from testdata, introduce new testrunner to support relativization of imports dump.
This commit is contained in:
@@ -236,11 +236,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/help.args");
|
||||
}
|
||||
|
||||
@TestMetadata("importsProducer.args")
|
||||
public void testImportsProducer() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/importsProducer.args");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineCycle.args")
|
||||
public void testInlineCycle() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/inlineCycle.args");
|
||||
|
||||
Reference in New Issue
Block a user