tests for local variables

This commit is contained in:
Konstantin Anisimov
2016-11-03 16:13:46 +03:00
committed by Vasily Levchenko
parent 8de943bb8a
commit 4078e4004c
3 changed files with 19 additions and 0 deletions
+4
View File
@@ -153,6 +153,10 @@ task sum_3const(type: UnitKonanTest) {
source = "codegen/function/sum_3const.kt"
}
task local_variable(type: UnitKonanTest) {
source = "codegen/basics/local_variable.kt"
}
//task hello0(type: RunKonanTest) {
// source = "runtime/basic/hello0.kt"
//}