diff options
author | Dan Gohman <sunfish@mozilla.com> | 2016-01-11 15:42:48 -0800 |
---|---|---|
committer | Dan Gohman <sunfish@mozilla.com> | 2016-01-11 15:42:48 -0800 |
commit | 91becc1a6cfa3c57eb6d2cb5f3c42f312d65f8b2 (patch) | |
tree | 07721f3ab0c1d83556345c88e986da394a031015 /test/dot_s/basics.s | |
parent | 4e98f922cb2d727a319f62d32e51afabb2e46d24 (diff) | |
parent | 20f01a9f8277111b69f3d916ec2e066f1f996c7d (diff) | |
download | binaryen-91becc1a6cfa3c57eb6d2cb5f3c42f312d65f8b2.tar.gz binaryen-91becc1a6cfa3c57eb6d2cb5f3c42f312d65f8b2.tar.bz2 binaryen-91becc1a6cfa3c57eb6d2cb5f3c42f312d65f8b2.zip |
Merge pull request #92 from WebAssembly/at-function
Update tests for upstream changes.
Diffstat (limited to 'test/dot_s/basics.s')
-rw-r--r-- | test/dot_s/basics.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dot_s/basics.s b/test/dot_s/basics.s index 1c6225738..a37678ff7 100644 --- a/test/dot_s/basics.s +++ b/test/dot_s/basics.s @@ -7,7 +7,7 @@ main: # @main .result i32 # BB#0: i32.const $push0=, .str - call $discard=, puts, $pop0 + call $discard=, puts@FUNCTION, $pop0 i32.const $push1=, 31 i32.shr_s $push2=, $0, $pop1 i32.const $push3=, 30 |