diff options
author | Heejin Ahn <aheejin@gmail.com> | 2020-09-30 14:42:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 14:42:27 -0700 |
commit | b91603f65c45139ad49dfa257749d100117b763d (patch) | |
tree | 2661ee49040ca1e692b755602415bef6fcc0f946 /test/lld/hello_world.wat | |
parent | 20d6236b1b96878015c050fc953d63a040d60385 (diff) | |
download | binaryen-b91603f65c45139ad49dfa257749d100117b763d.tar.gz binaryen-b91603f65c45139ad49dfa257749d100117b763d.tar.bz2 binaryen-b91603f65c45139ad49dfa257749d100117b763d.zip |
Update lld tests (#3182)
This updates lld tests by running generate_lld_tests.py with the latest
toolchain.
Diffstat (limited to 'test/lld/hello_world.wat')
-rw-r--r-- | test/lld/hello_world.wat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/hello_world.wat b/test/lld/hello_world.wat index 153c3ac12..aa7f086ba 100644 --- a/test/lld/hello_world.wat +++ b/test/lld/hello_world.wat @@ -26,6 +26,6 @@ (func $main (param $0 i32) (param $1 i32) (result i32) (call $__original_main) ) - ;; custom section "producers", size 157 + ;; custom section "producers", size 112 ) |