diff options
Diffstat (limited to 'test/example/relooper-merge1.txt')
-rw-r--r-- | test/example/relooper-merge1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/example/relooper-merge1.txt b/test/example/relooper-merge1.txt index 66153770c..87f91523f 100644 --- a/test/example/relooper-merge1.txt +++ b/test/example/relooper-merge1.txt @@ -49,7 +49,7 @@ (call $print (i32.const 0) ) - (set_local $0 + (local.set $0 (call $check) ) ) @@ -57,7 +57,7 @@ (call $print (i32.const 1) ) - (set_local $0 + (local.set $0 (call $check) ) ) |