summaryrefslogtreecommitdiff
path: root/test/passes/nm.txt
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-07-28 14:16:19 -0700
committerGitHub <noreply@github.com>2016-07-28 14:16:19 -0700
commitcffbc4bc36f5e5f53e34f16ba4e687fdf130131d (patch)
tree0bf5c6d3bc347b2fddffce477a67826c9093a8be /test/passes/nm.txt
parent3dc2e2579199fb0457846a22b3759ef16531b3da (diff)
downloadbinaryen-cffbc4bc36f5e5f53e34f16ba4e687fdf130131d.tar.gz
binaryen-cffbc4bc36f5e5f53e34f16ba4e687fdf130131d.tar.bz2
binaryen-cffbc4bc36f5e5f53e34f16ba4e687fdf130131d.zip
wast function type name desugaring is changing in spec:301 (#654)
Diffstat (limited to 'test/passes/nm.txt')
-rw-r--r--test/passes/nm.txt7
1 files changed, 4 insertions, 3 deletions
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)