We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3450ca commit 2fc33e6Copy full SHA for 2fc33e6
scripts/fuzz_opt.py
@@ -584,7 +584,7 @@ def fix_double(x):
584
585
# JS prints i31 as just a number, so change "i31ref(N)" (which C++ emits)
586
# to "N".
587
- out = re.sub(r'i31ref\((\d+)\)', r'\1', out)
+ out = re.sub(r'i31ref\((-?\d+)\)', r'\1', out)
588
589
lines = out.splitlines()
590
for i in range(len(lines)):
0 commit comments