Merge pull request #643 from fitzgen/remove-in-repo-fuzz-corpus

Remove in-repo fuzz corpus
This commit is contained in:
Nick Fitzgerald
2019-11-26 16:36:01 -08:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@@ -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
View File

@@ -0,0 +1,2 @@
artifacts
corpus