diff options
Diffstat (limited to 'test/spec/bulk-memory-operations/table_init.txt')
-rw-r--r-- | test/spec/bulk-memory-operations/table_init.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/bulk-memory-operations/table_init.txt b/test/spec/bulk-memory-operations/table_init.txt index 4ddc3581..1f08758a 100644 --- a/test/spec/bulk-memory-operations/table_init.txt +++ b/test/spec/bulk-memory-operations/table_init.txt @@ -59,7 +59,7 @@ out/test/spec/bulk-memory-operations/table_init.wast:193: assert_invalid passed: 0000000: error: elem_segment variable out of range: 0 (max 4294967295) 0000024: error: OnElemDropExpr callback failed out/test/spec/bulk-memory-operations/table_init.wast:199: assert_invalid passed: - 0000000: error: table.init requires table 0 to be an imported or defined table. + 0000000: error: table variable out of range: 0 (max 4294967295) 0000000: error: elem_segment variable out of range: 0 (max 4294967295) 000002b: error: OnTableInitExpr callback failed out/test/spec/bulk-memory-operations/table_init.wast:205: assert_invalid passed: |