From 68dc2eddc24844c7582cafa85afeb4023a47888f Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 12 Jun 2017 16:50:28 -0700 Subject: 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. --- test/stacky.wasm.fromBinary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/stacky.wasm.fromBinary') diff --git a/test/stacky.wasm.fromBinary b/test/stacky.wasm.fromBinary index 89de2948b..375e216a2 100644 --- a/test/stacky.wasm.fromBinary +++ b/test/stacky.wasm.fromBinary @@ -5,7 +5,7 @@ (func $0 (type $0) (param $var$0 i32) (param $var$1 i32) (result i32) (local $2 i32) (i32.add - (block i32 + (block (result i32) (set_local $2 (get_local $var$0) ) -- cgit v1.2.3