Added test on special bridges

This commit is contained in:
Igor Chevdar
2017-12-07 14:44:21 +03:00
parent c3a6ea4946
commit 03ef9e4855
2 changed files with 46 additions and 0 deletions
+5
View File
@@ -890,6 +890,11 @@ task bridges_linkTest(type: LinkKonanTest) {
lib = "codegen/bridges/linkTest_lib.kt"
}
task bridges_special(type: RunKonanTest) {
goldValue = "Ok\n"
source = "codegen/bridges/special.kt"
}
task classDelegation_method(type: RunKonanTest) {
goldValue = "OKOK\n"
source = "codegen/classDelegation/method.kt"