JS: move more test to box tests

This commit is contained in:
Alexey Andreev
2016-08-29 12:37:13 +03:00
parent efb82a044f
commit cdf2212c73
70 changed files with 484 additions and 749 deletions
@@ -1149,14 +1149,6 @@ fun main(args: Array<String>) {
model("multiModule/cases")
}
testClass<AbstractLabelTest>() {
model("labels/cases")
}
testClass<AbstractJsCodeTest>() {
model("jsCode/cases")
}
testClass<AbstractReifiedTest>() {
model("reified/cases")
}