diff options
Diffstat (limited to 'test/dot_s/alternate-lcomm.wast')
-rw-r--r-- | test/dot_s/alternate-lcomm.wast | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dot_s/alternate-lcomm.wast b/test/dot_s/alternate-lcomm.wast index 68d039a41..e9cb735ac 100644 --- a/test/dot_s/alternate-lcomm.wast +++ b/test/dot_s/alternate-lcomm.wast @@ -1,5 +1,7 @@ (module (memory $0 1) (export "memory" (memory $0)) + (table 0 anyfunc) + ) ;; METADATA: { "asmConsts": {},"staticBump": 16, "initializers": [] } |