diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-11 18:42:24 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-11 18:42:24 -0500 |
commit | 83c7d3f4c38157f2750f0f6cb7dc89693eab15eb (patch) | |
tree | a171952d382aded37c7aed60f781887596fce379 | |
parent | 927242bc9be3c5aaace97fd01de9eb44f6c71abd (diff) | |
download | binaryen-83c7d3f4c38157f2750f0f6cb7dc89693eab15eb.tar.gz binaryen-83c7d3f4c38157f2750f0f6cb7dc89693eab15eb.tar.bz2 binaryen-83c7d3f4c38157f2750f0f6cb7dc89693eab15eb.zip |
remove imports from basics.s, as they may be vanishing from the .s format anyhow
-rw-r--r-- | test/dot_s/basics.s | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dot_s/basics.s b/test/dot_s/basics.s index 2fc5adc8c..b9c3baeed 100644 --- a/test/dot_s/basics.s +++ b/test/dot_s/basics.s @@ -59,6 +59,3 @@ func_end0: .size .str, 15 - .imports - .import puts "" puts (param i32) (result i32) - |