TESTS: new tests added

This commit is contained in:
Konstantin Anisimov
2017-01-20 15:46:55 +07:00
parent 6a1745e8ac
commit 99ef87ec78
4 changed files with 47 additions and 4 deletions
+15
View File
@@ -1027,3 +1027,18 @@ task inline9(type: RunKonanTest) {
task vararg0(type: RunKonanTest) {
source = "lower/vararg.kt"
}
task inline6(type: RunKonanTest) {
goldValue = "hello1\nhello2\nhello3\nhello4\n"
source = "codegen/inline/inline6.kt"
}
task inline7(type: RunKonanTest) {
goldValue = "1\n2\n3\n"
source = "codegen/inline/inline7.kt"
}
task inline8(type: RunKonanTest) {
goldValue = "5\n"
source = "codegen/inline/inline8.kt"
}