Skip to content

Commit

Permalink
fixed arithmetic test
Browse files Browse the repository at this point in the history
  • Loading branch information
Westsi committed Jul 2, 2024
1 parent 5057fba commit c9c5393
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/test/arithmetic.dor
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit c9c5393

Please sign in to comment.