diff options
Diffstat (limited to 'test/interp/expr-brif.txt')
-rw-r--r-- | test/interp/expr-brif.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interp/expr-brif.txt b/test/interp/expr-brif.txt index 219d9a87..0207dffd 100644 --- a/test/interp/expr-brif.txt +++ b/test/interp/expr-brif.txt @@ -3,7 +3,7 @@ (func (param i32) (result i32) (block $exit (result i32) (i32.sub - (br_if $exit (i32.const 42) (get_local 0)) + (br_if $exit (i32.const 42) (local.get 0)) (i32.const 13)))) (func (export "test1") (result i32) |