diff options
-rwxr-xr-x | scripts/fuzz_opt.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 6db2bd3bc..e91190d62 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -671,6 +671,7 @@ def run_vm(cmd): # V8 does not accept nullable stringviews # (https://github.com/WebAssembly/binaryen/pull/6574) 'expected (ref stringview_wtf16), got nullref', + 'expected type (ref stringview_wtf16), found ref.null of type nullref', ] for issue in known_issues: if issue in output: |