TESTS: new tests added

This commit is contained in:
Konstantin Anisimov
2017-01-09 16:56:26 +07:00
parent 49bedf1cc3
commit 9a363ceaf6
3 changed files with 35 additions and 0 deletions
+5
View File
@@ -831,3 +831,8 @@ task inline0(type: RunKonanTest) {
goldValue = "84\n"
source = "codegen/inline/inline0.kt"
}
task inline1(type: RunKonanTest) {
goldValue = "Hello world\n"
source = "codegen/inline/inline1.kt"
}