diff options
Diffstat (limited to 'test/spec/inline-module.wast')
-rw-r--r-- | test/spec/inline-module.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/inline-module.wast b/test/spec/inline-module.wast index a8871dfb2..dc7ead776 100644 --- a/test/spec/inline-module.wast +++ b/test/spec/inline-module.wast @@ -1 +1 @@ -;; (func) (memory 0) (func (export "f")) +(func) (memory 0) (func (export "f")) |