diff options
-rwxr-xr-x | scripts/fuzz_opt.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 7efb2043a..94f8d955f 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -402,9 +402,6 @@ class CompareVMs(TestCaseHandler): def can_run(self): return super(Wasm2C2Wasm, self).can_run() and self.has_emcc - def can_compare_to_self(self): - return True - def can_compare_to_others(self): # NaNs can differ from wasm VMs return not NANS |