summaryrefslogtreecommitdiff
path: root/test/debugInfo.fromasm.no-opts
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2017-06-12 16:50:28 -0700
committerGitHub <noreply@github.com>2017-06-12 16:50:28 -0700
commit68dc2eddc24844c7582cafa85afeb4023a47888f (patch)
treefcaedc839420fe43c555166420865d5aeef0dbfa /test/debugInfo.fromasm.no-opts
parent93c65f98b7a9b0977578dbf55778529efec646f1 (diff)
downloadbinaryen-68dc2eddc24844c7582cafa85afeb4023a47888f.tar.gz
binaryen-68dc2eddc24844c7582cafa85afeb4023a47888f.tar.bz2
binaryen-68dc2eddc24844c7582cafa85afeb4023a47888f.zip
Support new result syntax for if/loop/block (#1047)
Support both syntax formats in input since the old spec tests still need to be parsable.
Diffstat (limited to 'test/debugInfo.fromasm.no-opts')
-rw-r--r--test/debugInfo.fromasm.no-opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/debugInfo.fromasm.no-opts b/test/debugInfo.fromasm.no-opts
index 054226a3a..c56627bcb 100644
--- a/test/debugInfo.fromasm.no-opts
+++ b/test/debugInfo.fromasm.no-opts
@@ -47,7 +47,7 @@
)
)
(func $i32s-rem (param $0 i32) (param $1 i32) (result i32)
- (if i32
+ (if (result i32)
(i32.eqz
(get_local $1)
)