backend: add some trivial tests for RTTI
This commit is contained in:
committed by
SvyatoslavScherbina
parent
f147860fea
commit
1ff59e2cd2
@@ -262,3 +262,11 @@ task cycle(type: UnitKonanTest) {
|
||||
task cycle_do(type: UnitKonanTest) {
|
||||
source = "codegen/cycles/cycle_do.kt"
|
||||
}
|
||||
|
||||
task abstract_super(type: UnitKonanTest) {
|
||||
source = "datagen/rtti/abstract_super.kt"
|
||||
}
|
||||
|
||||
task vtable1(type: UnitKonanTest) {
|
||||
source = "datagen/rtti/vtable1.kt"
|
||||
}
|
||||
Reference in New Issue
Block a user