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/loop.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/loop.txt')
-rw-r--r-- | test/interp/loop.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/interp/loop.txt b/test/interp/loop.txt index 9c72c4a1..872616e9 100644 --- a/test/interp/loop.txt +++ b/test/interp/loop.txt @@ -1,7 +1,6 @@ ;;; TOOL: run-interp (module - (export "loop" $loop) - (func $loop (result i32) + (func (export "loop") (result i32) (local i32 i32) ;; loop statements now require an explicit branch to the top (loop $cont |