diff options
Diffstat (limited to 'test/llvm_autogenerated/non-executable-stack.wast')
-rw-r--r-- | test/llvm_autogenerated/non-executable-stack.wast | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/llvm_autogenerated/non-executable-stack.wast b/test/llvm_autogenerated/non-executable-stack.wast index 4290c684e..ba0ae642d 100644 --- a/test/llvm_autogenerated/non-executable-stack.wast +++ b/test/llvm_autogenerated/non-executable-stack.wast @@ -1,7 +1,6 @@ (module + (import "env" "memory" (memory $0 1)) (table 0 anyfunc) - (memory $0 1) (data (i32.const 4) "\10\04\00\00") - (export "memory" (memory $0)) ) ;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } |