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/binaryen.js/validation_errors.js.txt | |
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/binaryen.js/validation_errors.js.txt')
-rw-r--r-- | test/binaryen.js/validation_errors.js.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/binaryen.js/validation_errors.js.txt b/test/binaryen.js/validation_errors.js.txt index 6f5053eb1..da70a7ccd 100644 --- a/test/binaryen.js/validation_errors.js.txt +++ b/test/binaryen.js/validation_errors.js.txt @@ -1,8 +1,8 @@ -[wasm-validator error in function $test] unexpected false: get_global name must be valid, on -[i32] (get_global $missing) +[wasm-validator error in function $test] unexpected false: global.get name must be valid, on +[i32] (global.get $missing) 0 -[wasm-validator error in function $test] unexpected false: get_local index must be small enough, on -[i32] (get_local $0) -[wasm-validator error in function $test] unexpected false: get_local must have proper type, on -[i32] (get_local $0) +[wasm-validator error in function $test] unexpected false: local.get index must be small enough, on +[i32] (local.get $0) +[wasm-validator error in function $test] unexpected false: local.get must have proper type, on +[i32] (local.get $0) 0 |