diff options
Diffstat (limited to 'test/reduce/simple.wast.txt')
-rw-r--r-- | test/reduce/simple.wast.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/reduce/simple.wast.txt b/test/reduce/simple.wast.txt index 9c162a7a6..adfd5ff04 100644 --- a/test/reduce/simple.wast.txt +++ b/test/reduce/simple.wast.txt @@ -1,6 +1,5 @@ (module (type $0 (func (result i32))) - (memory $0 0) (export "x" (func $0)) (func $0 (; 0 ;) (type $0) (result i32) (i32.const 5678) |