diff options
Diffstat (limited to 'test/binaryen.js/reloc.js.txt')
-rw-r--r-- | test/binaryen.js/reloc.js.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/binaryen.js/reloc.js.txt b/test/binaryen.js/reloc.js.txt index 729f29b9d..262ba3d0c 100644 --- a/test/binaryen.js/reloc.js.txt +++ b/test/binaryen.js/reloc.js.txt @@ -5,7 +5,7 @@ (memory $0 1) (data (global.get $memory_base) "data data") (table $0 1 funcref) - (elem (global.get $table_base) $func $func) + (elem $0 (global.get $table_base) $func $func) (func $func (nop) ) |