diff options
Diffstat (limited to 'test/dot_s/lcomm-in-text-segment.wast')
-rw-r--r-- | test/dot_s/lcomm-in-text-segment.wast | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dot_s/lcomm-in-text-segment.wast b/test/dot_s/lcomm-in-text-segment.wast index 0a7ccb8e0..5de03e8c9 100644 --- a/test/dot_s/lcomm-in-text-segment.wast +++ b/test/dot_s/lcomm-in-text-segment.wast @@ -2,5 +2,7 @@ (memory $0 1) (data (i32.const 20) "\10\00\00\00") (export "memory" (memory $0)) + (table 0 anyfunc) + ) ;; METADATA: { "asmConsts": {},"staticBump": 24, "initializers": [] } |