Skip to content

Commit

Permalink
improve temporary stack test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Feb 5, 2024
1 parent 4b00308 commit 42bf0b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tests/Tree/positive/out/test031.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0
4374
2187
0
27248
22884
11201
8316
2 changes: 1 addition & 1 deletion tests/Tree/positive/test031.jvt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function f(tree) : integer {
save(call[g](tmp[0].node[0])) {
save(call[g](tmp[0].node[1])) {
save(case[tree](tmp[1]) {
leaf: call[sub'](0, 3)
leaf: 3
node: save {
mod(add(call[f](tmp[3].node[0]), call[f](tmp[3].node[1])), 32768)
}
Expand Down

0 comments on commit 42bf0b3

Please sign in to comment.