diff options
Diffstat (limited to 'test/opcodecnt/basic.txt')
-rw-r--r-- | test/opcodecnt/basic.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/opcodecnt/basic.txt b/test/opcodecnt/basic.txt index 79696d57..33cf7e2f 100644 --- a/test/opcodecnt/basic.txt +++ b/test/opcodecnt/basic.txt @@ -5,11 +5,11 @@ (local i32 i32) i32.const 1 i32.const 2 - get_local 0 - get_local 0 - get_local 0 - get_local 1 - get_local 1 + local.get 0 + local.get 0 + local.get 0 + local.get 1 + local.get 1 br 0) (func |