TEST: tests for safe cast added

This commit is contained in:
Konstantin Anisimov
2016-11-28 12:04:30 +03:00
committed by vvlevchenko
parent c35af302b0
commit 837ae60eaf
2 changed files with 29 additions and 0 deletions
+6
View File
@@ -241,6 +241,12 @@ task check_type(type: UnitKonanTest) {
source = "codegen/basics/check_type.kt"
}
task safe_cast(type: RunKonanTest) {
goldValue = "safe_cast_positive: true\n" +
"safe_cast_negative: true\n"
source = "codegen/basics/safe_cast.kt"
}
task aritmetic(type: UnitKonanTest) {
source = "codegen/function/arithmetic.kt"
}