diff options
author | Dan Gohman <sunfish@mozilla.com> | 2016-05-17 17:06:35 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-05-17 17:06:35 -0700 |
commit | 7dc410d13171219af8903480539d393979d75b8b (patch) | |
tree | 02c9698c277312ab4e4198e20241bd610a3fe527 /test/llvm_autogenerated/non-executable-stack.wast | |
parent | 748f581e712bb0715f19867af5b251d970c682f6 (diff) | |
download | binaryen-7dc410d13171219af8903480539d393979d75b8b.tar.gz binaryen-7dc410d13171219af8903480539d393979d75b8b.tar.bz2 binaryen-7dc410d13171219af8903480539d393979d75b8b.zip |
Print a newline at the end of the METADATA line. (#521)
Diffstat (limited to 'test/llvm_autogenerated/non-executable-stack.wast')
-rw-r--r-- | test/llvm_autogenerated/non-executable-stack.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/llvm_autogenerated/non-executable-stack.wast b/test/llvm_autogenerated/non-executable-stack.wast index 496626e7a..d54e39f47 100644 --- a/test/llvm_autogenerated/non-executable-stack.wast +++ b/test/llvm_autogenerated/non-executable-stack.wast @@ -4,4 +4,4 @@ ) (export "memory" memory) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } |