TEST: Tests for "null" constant added

This commit is contained in:
Konstantin Anisimov
2016-11-18 15:31:44 +03:00
committed by vvlevchenko
parent cf466e0cd7
commit df358e8bd4
3 changed files with 47 additions and 0 deletions
+5
View File
@@ -256,10 +256,15 @@ task local_variable(type: UnitKonanTest) {
source = "codegen/basics/local_variable.kt"
}
task cast_simple(type: UnitKonanTest) {
source = "codegen/basics/cast_simple.kt"
}
task null_check(type: UnitKonanTest) {
source = "codegen/basics/null_check.kt"
}
task hello0(type: RunKonanTest) {
goldValue = "Hello, world!\n"
source = "runtime/basic/hello0.kt"