Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Westsi committed Jul 2, 2024
1 parent 2606cf9 commit 3532979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/test/imported.dor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
int impfunc() {
int x = 8
int y = 6
return x * y / 2
return x * y
}
2 changes: 1 addition & 1 deletion ci/test/metadata.tests
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ varret:3
arithmetic:10
if:1
define:8
import:24
import:48
fncall:27
fnargs:34
while:3

0 comments on commit 3532979

Please sign in to comment.