JS: move expressions test to box tests

This commit is contained in:
Alexey Andreev
2016-08-26 19:32:17 +03:00
parent 2bf0199959
commit b159049be8
314 changed files with 2380 additions and 2185 deletions
@@ -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")
}