[Gradle] Rename -Xdepends-on to -Xfragment-refines and use ':' for -Xfragment-sources instead of ';'
^KT-56210 Verification Pending
This commit is contained in:
committed by
Space Team
parent
a692de871b
commit
b90207edb9
+10
-10
@@ -122,16 +122,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/hmpp/cycleInDependencies.args");
|
||||
}
|
||||
|
||||
@TestMetadata("dependsOnSingleModule.args")
|
||||
public void testDependsOnSingleModule() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/hmpp/dependsOnSingleModule.args");
|
||||
}
|
||||
|
||||
@TestMetadata("dependsOnWithoutFragments.args")
|
||||
public void testDependsOnWithoutFragments() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/hmpp/dependsOnWithoutFragments.args");
|
||||
}
|
||||
|
||||
@TestMetadata("duplicatedFragments.args")
|
||||
public void testDuplicatedFragments() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/hmpp/duplicatedFragments.args");
|
||||
@@ -157,6 +147,16 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/hmpp/missingFragment.args");
|
||||
}
|
||||
|
||||
@TestMetadata("refinesSingleModule.args")
|
||||
public void testRefinesSingleModule() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/hmpp/refinesSingleModule.args");
|
||||
}
|
||||
|
||||
@TestMetadata("refinesWithoutFragments.args")
|
||||
public void testRefinesWithoutFragments() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/hmpp/refinesWithoutFragments.args");
|
||||
}
|
||||
|
||||
@TestMetadata("sameSourceInDifferentFragments.args")
|
||||
public void testSameSourceInDifferentFragments() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/hmpp/sameSourceInDifferentFragments.args");
|
||||
|
||||
Reference in New Issue
Block a user