TEST: tests for instanceof are modified to take in account null and nullable

This commit is contained in:
Konstantin Anisimov
2016-12-06 16:28:31 +03:00
committed by vvlevchenko
parent 6331323ef1
commit 3eec3da511
2 changed files with 17 additions and 29 deletions
+2 -1
View File
@@ -252,7 +252,8 @@ task objectBasic(type: UnitKonanTest) {
source = "codegen/klass/basic.kt"
}
task check_type(type: UnitKonanTest) {
task check_type(type: RunKonanTest) {
goldValue = "true\nfalse\ntrue\ntrue\ntrue\ntrue\n"
source = "codegen/basics/check_type.kt"
}