diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2019-01-07 13:24:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 13:24:58 -0800 |
commit | 7d94900ded8e2e5ce8ef8ee2687528531d8f2a97 (patch) | |
tree | d8bba13d306b0c5ecba384384e602e6cccc83015 /test/newsyntax.wast.fromBinary | |
parent | 6f91af190effd7b8a5969314dd4fb3d2ec540524 (diff) | |
download | binaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.tar.gz binaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.tar.bz2 binaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.zip |
Massive renaming (#1855)
Automated renaming according to
https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329.
Diffstat (limited to 'test/newsyntax.wast.fromBinary')
-rw-r--r-- | test/newsyntax.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/newsyntax.wast.fromBinary b/test/newsyntax.wast.fromBinary index 392e3eccd..b8636ace4 100644 --- a/test/newsyntax.wast.fromBinary +++ b/test/newsyntax.wast.fromBinary @@ -2,7 +2,7 @@ (type $0 (func)) (type $1 (func (param i32 f64) (result i32))) (type $2 (func)) - (import "env" "table" (table $timport$0 9 9 anyfunc)) + (import "env" "table" (table $timport$0 9 9 funcref)) (export "call_indirect" (func $0)) (func $0 (; 0 ;) (type $0) (drop |