diff options
Diffstat (limited to 'test/lit/exec/array.wast')
-rw-r--r-- | test/lit/exec/array.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/exec/array.wast b/test/lit/exec/array.wast index 7e74c7b7d..fb6a8b346 100644 --- a/test/lit/exec/array.wast +++ b/test/lit/exec/array.wast @@ -7,7 +7,7 @@ ;; CHECK: [fuzz-exec] calling func ;; CHECK-NEXT: [fuzz-exec] note result: func => 1 - (func "func" (result i32) + (func $func (export "func") (result i32) ;; Verifies the order of execution is correct - we should return 1, not 2. (array.new $array (return (i32.const 1)) |