Skip to content

Commit 213dbb4

Browse files
committed
typo
1 parent f1b20e0 commit 213dbb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fuzz_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ def run_js(self, js, wasm, checked=True):
842842
return run_vm([shared.V8, js] + shared.V8_OPTS + get_v8_extra_flags() + self.extra_d8_flags + ['--', wasm], checked=checked)
843843

844844
def run(self, wasm):
845-
return self.run(js=get_fuzz_shell_js(), wasm=wasm)
845+
return self.run_js(js=get_fuzz_shell_js(), wasm=wasm)
846846

847847
def can_run(self, wasm):
848848
return all_disallowed(DISALLOWED_FEATURES_IN_V8)

0 commit comments

Comments
 (0)