TESTS: passing changes in the test

This commit is contained in:
Konstantin Anisimov
2016-12-29 15:52:51 +07:00
parent 252af6ce15
commit c46ba1aa3f
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -828,6 +828,6 @@ task unit4(type: RunKonanTest) {
}
task inline0(type: RunKonanTest) {
goldValue = "Ok\n3\n"
goldValue = "84\n"
source = "codegen/inline/inline0.kt"
}