diff options
Diffstat (limited to 'test/wasm_backend')
-rw-r--r-- | test/wasm_backend/indirect_call_only.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm_backend/indirect_call_only.txt b/test/wasm_backend/indirect_call_only.txt index 8e10834ad..0927c1885 100644 --- a/test/wasm_backend/indirect_call_only.txt +++ b/test/wasm_backend/indirect_call_only.txt @@ -1,6 +1,6 @@ print: argc : 1 -print: addr of something : 0 -print: addr of more : 1 +print: addr of something : 1 +print: addr of more : 2 print: i : 0 print: something : 12 print: i : 1 |