diff --git a/test/01_add.sy b/test/01_add.sy index d28d6f8..488d209 100644 --- a/test/01_add.sy +++ b/test/01_add.sy @@ -7,7 +7,7 @@ int main(int e){ a = 10; b = 2; a = 11; - c = 1.3 ; + c = 1.6 ; return a+b; } diff --git a/test/20_test_licm_sr.sy b/test/20_test_licm_sr.sy index fe5afc4..aadadd6 100644 --- a/test/20_test_licm_sr.sy +++ b/test/20_test_licm_sr.sy @@ -13,7 +13,7 @@ int main(){ if(i > 50){ f = i * d; } - i++; + i = i + 1; } return f;