Tests for "PLUSEQ" and "MINUSEQ"
This commit is contained in:
committed by
vvlevchenko
parent
a022b7d1ab
commit
ea149fab4e
@@ -202,3 +202,11 @@ task bool_yes(type: UnitKonanTest) {
|
||||
source = "codegen/function/boolean.kt"
|
||||
}
|
||||
|
||||
task plus_eq(type: UnitKonanTest) {
|
||||
source = "codegen/function/plus_eq.kt"
|
||||
}
|
||||
|
||||
task minus_eq(type: UnitKonanTest) {
|
||||
source = "codegen/function/minus_eq.kt"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user