diff options
Diffstat (limited to 'test/dot_s/lcomm-in-text-segment.wast')
-rw-r--r-- | test/dot_s/lcomm-in-text-segment.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dot_s/lcomm-in-text-segment.wast b/test/dot_s/lcomm-in-text-segment.wast index ac81f5898..5ede27c60 100644 --- a/test/dot_s/lcomm-in-text-segment.wast +++ b/test/dot_s/lcomm-in-text-segment.wast @@ -2,5 +2,6 @@ (memory 1 (segment 16 "\t\00\00\00") ) + (export "memory" memory) ) ;; METADATA: { "asmConsts": {},"staticBump": 19 } |