diff options
Diffstat (limited to 'test/dot_s/asm_const.wast')
-rw-r--r-- | test/dot_s/asm_const.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dot_s/asm_const.wast b/test/dot_s/asm_const.wast index 669b097c0..b56d7da88 100644 --- a/test/dot_s/asm_const.wast +++ b/test/dot_s/asm_const.wast @@ -15,4 +15,4 @@ ) ) ) -;; METADATA: { "asmConsts": {"0": ["{ Module.print(\"hello, world!\"); }", ["vi"]]},"staticBump": 50 } +;; METADATA: { "asmConsts": {"0": ["{ Module.print(\"hello, world!\"); }", ["vi"]]},"staticBump": 50, "initializers": [] } |