Merge pull request #643 from fitzgen/remove-in-repo-fuzz-corpus
Remove in-repo fuzz corpus
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
//! use the Wasm binary by including it via
|
||||
//! `include_bytes!("./regressions/some-descriptive-name.wasm")`.
|
||||
|
||||
#[allow(unused_imports)] // Until we actually have some regression tests...
|
||||
use wasmtime_fuzzing::*;
|
||||
use wasmtime_fuzzing::oracles;
|
||||
|
||||
#[test]
|
||||
fn instantiate_empty_module() {
|
||||
|
||||
2
fuzz/.gitignore
vendored
Normal file
2
fuzz/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
artifacts
|
||||
corpus
|
||||
Binary file not shown.
Reference in New Issue
Block a user