From cffbc4bc36f5e5f53e34f16ba4e687fdf130131d Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 28 Jul 2016 14:16:19 -0700 Subject: wast function type name desugaring is changing in spec:301 (#654) --- test/passes/nm.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/passes/nm.txt') diff --git a/test/passes/nm.txt b/test/passes/nm.txt index 99404c670..1129a16ad 100644 --- a/test/passes/nm.txt +++ b/test/passes/nm.txt @@ -3,16 +3,17 @@ $c : 11 (module (memory 0) - (func $a + (type $0 (func)) + (func $a (type $0) (nop) ) - (func $b + (func $b (type $0) (loop $loop-out0 $loop-in1 (nop) (i32.const 1000) ) ) - (func $c + (func $c (type $0) (block $top (nop) (i32.const 1000) -- cgit v1.2.3