JS: added reified is-check test cases
This commit is contained in:
@@ -846,6 +846,10 @@ fun main(args: Array<String>) {
|
||||
testClass(javaClass<AbstractInlineSizeReductionTest>()) {
|
||||
model("inlineSizeReduction/cases")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractReifiedTest>()) {
|
||||
model("reified/cases")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("js/js.tests/test", "compiler/testData") {
|
||||
|
||||
Reference in New Issue
Block a user