JS: move expressions test to box tests
This commit is contained in:
@@ -1145,10 +1145,6 @@ fun main(args: Array<String>) {
|
||||
model("reservedWords/cases")
|
||||
}
|
||||
|
||||
testClass<AbstractDynamicTest>() {
|
||||
model("dynamic/cases")
|
||||
}
|
||||
|
||||
testClass<AbstractMultiModuleTest>() {
|
||||
model("multiModule/cases")
|
||||
}
|
||||
@@ -1185,10 +1181,6 @@ fun main(args: Array<String>) {
|
||||
model("rtti/cases")
|
||||
}
|
||||
|
||||
testClass<AbstractCastTest>() {
|
||||
model("expression/cast/cases")
|
||||
}
|
||||
|
||||
testClass<AbstractLightReflectionTest>() {
|
||||
model("reflection/light/cases")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user