diff options
author | Ben Smith <binji@chromium.org> | 2016-09-26 17:03:05 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-09-29 11:37:27 -0700 |
commit | 1133575d48958ef6cd483e7ecef0ed1001d3ae57 (patch) | |
tree | 3189025965fec901ffb4ee4ae44c17fac8c51e63 /test/interp/nested-if.txt | |
parent | c92a909563d12f81d382df8428d5e4e0e2ee91fc (diff) | |
download | wabt-1133575d48958ef6cd483e7ecef0ed1001d3ae57.tar.gz wabt-1133575d48958ef6cd483e7ecef0ed1001d3ae57.tar.bz2 wabt-1133575d48958ef6cd483e7ecef0ed1001d3ae57.zip |
fix most of the interp tests
Still need to do imports
Diffstat (limited to 'test/interp/nested-if.txt')
-rw-r--r-- | test/interp/nested-if.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/interp/nested-if.txt b/test/interp/nested-if.txt index 261b03ee..18538e33 100644 --- a/test/interp/nested-if.txt +++ b/test/interp/nested-if.txt @@ -6,8 +6,7 @@ ;; straightforward. (module - (export "f" $f) - (func $f (result i32) + (func (export "f") (result i32) (block $exit (if ;; outer if (i32.const 1) |