diff --git a/ci/test/arithmetic.dor b/ci/test/arithmetic.dor index 517160c..e0ae0ee 100644 --- a/ci/test/arithmetic.dor +++ b/ci/test/arithmetic.dor @@ -1,7 +1,6 @@ int main() { int x = 3 - int y = 8 - int z = x * y + 2 + int z = x * 8 + 2 int a = z / 2 return a - 3 } \ No newline at end of file