diff options
author | Sam Clegg <sbc@chromium.org> | 2019-10-21 09:20:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-21 09:20:11 -0700 |
commit | 73f141d49a8759993e0a79c3a0e86dd23784378c (patch) | |
tree | 321809077736da909b45b982eb22dea14e092080 /test/parse/expr | |
parent | 03816aa9c193bf8076de0d5d7a11941f60ff3353 (diff) | |
download | wabt-73f141d49a8759993e0a79c3a0e86dd23784378c.tar.gz wabt-73f141d49a8759993e0a79c3a0e86dd23784378c.tar.bz2 wabt-73f141d49a8759993e0a79c3a0e86dd23784378c.zip |
Check for redefinitions of elem segments (#1193)
Fixes: #1187
Diffstat (limited to 'test/parse/expr')
-rw-r--r-- | test/parse/expr/bulk-memory-named.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/expr/bulk-memory-named.txt b/test/parse/expr/bulk-memory-named.txt index 22a94d2f..92af32d3 100644 --- a/test/parse/expr/bulk-memory-named.txt +++ b/test/parse/expr/bulk-memory-named.txt @@ -11,7 +11,7 @@ (table 1 anyfunc) (elem $elem funcref (ref.func 0) (ref.null)) - (elem $elem funcref 0) + (elem $elem2 funcref 0) (func i32.const 0 i32.const 0 i32.const 0 table.init $elem elem.drop $elem |