JS/RTTI: use generation for rtti test
This commit is contained in:
committed by
Alexey Andreev
parent
0b9c041d0a
commit
c6cf6a0df7
@@ -1087,6 +1087,10 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractReifiedTest>() {
|
||||
model("reified/cases")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractRttiTest>()) {
|
||||
model("rtti/cases")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("js/js.tests/test", "compiler/testData") {
|
||||
|
||||
Reference in New Issue
Block a user