summaryrefslogtreecommitdiff
path: root/test/export-import.wast.fromBinary
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2021-02-25 21:15:41 +0000
committerGitHub <noreply@github.com>2021-02-25 13:15:41 -0800
commit04c1515acb354714af3d07fe2a3b65b2bb0398ab (patch)
treee73935d0407777fe1ae2742717f00ebc4f336928 /test/export-import.wast.fromBinary
parentc64a50d46cd3b5d5c19411b3ac4d8f0ba10c2efd (diff)
downloadbinaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.tar.gz
binaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.tar.bz2
binaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.zip
Support Type names in the Names section (#3615)
Diffstat (limited to 'test/export-import.wast.fromBinary')
-rw-r--r--test/export-import.wast.fromBinary2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/export-import.wast.fromBinary b/test/export-import.wast.fromBinary
index b260f8064..d73486e08 100644
--- a/test/export-import.wast.fromBinary
+++ b/test/export-import.wast.fromBinary
@@ -1,5 +1,5 @@
(module
- (type $none_=>_none (func))
+ (type $v (func))
(import "env" "test2" (global $test2 i32))
(import "env" "test1" (func $test1))
(export "test1" (func $test1))