diff options
Diffstat (limited to 'test/spec/i64.store64.fail.wast')
-rw-r--r-- | test/spec/i64.store64.fail.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/i64.store64.fail.wast b/test/spec/i64.store64.fail.wast index 918761f68..54cff6ece 100644 --- a/test/spec/i64.store64.fail.wast +++ b/test/spec/i64.store64.fail.wast @@ -1 +1 @@ -(module (memory 1) (func (param i32) (param i64) (i64.store64 (get_local 0) (get_local 1)))) +(module (memory 1) (func (param i32) (param i64) (i64.store64 (local.get 0) (local.get 1)))) |