diff options
Diffstat (limited to 'test/reduce')
-rw-r--r-- | test/reduce/atomics-and-bulk-memory.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reduce/atomics-and-bulk-memory.wast b/test/reduce/atomics-and-bulk-memory.wast index c43914bd8..83d90e6de 100644 --- a/test/reduce/atomics-and-bulk-memory.wast +++ b/test/reduce/atomics-and-bulk-memory.wast @@ -2,7 +2,7 @@ (memory 1 1) ;; this can be removed destructively (data "some-data") - (func "foo" (result i32) + (func $foo (export "foo") (result i32) ;; this can be removed destructively (memory.init 0 (i32.const 3) |