Remove old comments
This commit is contained in:
parent
273da80284
commit
21ca23b088
@ -3,7 +3,6 @@
|
||||
use wasm_ast::module::Module;
|
||||
use wasm_smith::Module as RngModule;
|
||||
|
||||
// We are not interested in parity_wasm errors.
|
||||
libfuzzer_sys::fuzz_target!(|module: RngModule| {
|
||||
let data = module.to_bytes();
|
||||
let wasm = Module::from_data(&data);
|
||||
|
@ -3,7 +3,6 @@
|
||||
use wasm_ast::module::Module;
|
||||
use wasm_smith::Module as RngModule;
|
||||
|
||||
// We are not interested in parity_wasm errors.
|
||||
libfuzzer_sys::fuzz_target!(|module: RngModule| {
|
||||
let data = module.to_bytes();
|
||||
let wasm = Module::from_data(&data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user