diff options
Diffstat (limited to 'test/parse/expr/memory-fill64.txt')
-rw-r--r-- | test/parse/expr/memory-fill64.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/expr/memory-fill64.txt b/test/parse/expr/memory-fill64.txt index fb7eaf37..0e87bf09 100644 --- a/test/parse/expr/memory-fill64.txt +++ b/test/parse/expr/memory-fill64.txt @@ -1,7 +1,7 @@ ;;; TOOL: wat2wasm ;;; ARGS: --enable-bulk-memory --enable-memory64 (module - (memory 0 i64) + (memory i64 0) (func i64.const 0 |