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/table-import.wast | |
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/table-import.wast')
-rw-r--r-- | test/table-import.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/table-import.wast b/test/table-import.wast index 6d40941e2..bbce9e2fd 100644 --- a/test/table-import.wast +++ b/test/table-import.wast @@ -1,6 +1,6 @@ (module (type $0 (func)) - (import "env" "table" (table 1 1 anyfunc)) + (import "env" "table" (table 1 1 funcref)) (elem (i32.const 0) $foo) (memory $0 0) (func $foo (type $0) |