diff options
author | Dan Gohman <sunfish@mozilla.com> | 2016-01-11 15:01:21 -0800 |
---|---|---|
committer | Dan Gohman <sunfish@mozilla.com> | 2016-01-11 15:01:21 -0800 |
commit | 91a244f733b7db2c7779b215b5d0748ae43bae1b (patch) | |
tree | c5ff1c4865fbf27e87895543e29b50001e2b61b2 /test/dot_s/asm_const.s | |
parent | cb9700ce0513cf0dd3dfac58f3d16a1e06c7cc6f (diff) | |
download | binaryen-91a244f733b7db2c7779b215b5d0748ae43bae1b.tar.gz binaryen-91a244f733b7db2c7779b215b5d0748ae43bae1b.tar.bz2 binaryen-91a244f733b7db2c7779b215b5d0748ae43bae1b.zip |
Add @FUNCTION suffixes to hand-written tests too.
Diffstat (limited to 'test/dot_s/asm_const.s')
-rw-r--r-- | test/dot_s/asm_const.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dot_s/asm_const.s b/test/dot_s/asm_const.s index fc055579d..04c2c8630 100644 --- a/test/dot_s/asm_const.s +++ b/test/dot_s/asm_const.s @@ -6,7 +6,7 @@ main: # @main .result i32 # BB#0: i32.const $push0=, .str - call emscripten_asm_const, $pop0 + call emscripten_asm_const@FUNCTION, $pop0 i32.const $push1=, 0 return $pop1 .Lfunc_end0: |