minor: rename TargetBackend enum values
This commit is contained in:
@@ -648,7 +648,7 @@ fun main(args: Array<String>) {
|
||||
|
||||
testGroup("js/js.tests/test", "compiler/testData") {
|
||||
testClass(javaClass<AbstractBridgeTest>()) {
|
||||
model("codegen/box/bridges", targetBackend = TargetBackend.ONLY_JS)
|
||||
model("codegen/box/bridges", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,8 +37,8 @@ public class TestGenerator {
|
||||
|
||||
public static enum TargetBackend {
|
||||
ANY,
|
||||
ONLY_JVM,
|
||||
ONLY_JS
|
||||
JVM,
|
||||
JS
|
||||
}
|
||||
|
||||
public static final String NAVIGATION_METADATA = "navigationMetadata";
|
||||
|
||||
Reference in New Issue
Block a user