summaryrefslogtreecommitdiff
path: root/test/min.fromasm.imprecise.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/min.fromasm.imprecise.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/min.fromasm.imprecise.no-opts')
-rw-r--r--test/min.fromasm.imprecise.no-opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/min.fromasm.imprecise.no-opts b/test/min.fromasm.imprecise.no-opts
index 3f017a73e..d0cc78eb0 100644
--- a/test/min.fromasm.imprecise.no-opts
+++ b/test/min.fromasm.imprecise.no-opts
@@ -24,7 +24,7 @@
(local $n f32)
(set_local $n
(f32.neg
- (block f32
+ (block (result f32)
(i32.store
(get_local $k)
(get_local $p)