diff options
Diffstat (limited to 'test/dot_s/lcomm-in-text-segment.wast')
| -rw-r--r-- | test/dot_s/lcomm-in-text-segment.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dot_s/lcomm-in-text-segment.wast b/test/dot_s/lcomm-in-text-segment.wast index 955ce11ea..8bfef7516 100644 --- a/test/dot_s/lcomm-in-text-segment.wast +++ b/test/dot_s/lcomm-in-text-segment.wast @@ -1,4 +1,4 @@ (module - (memory 0 4294967295) + (memory 16 4294967295 (segment 12 "\05\00\00\00")) ) -;; METADATA: { "asmConsts": {},"staticBump": 0 } +;; METADATA: { "asmConsts": {},"staticBump": 15 } |
