Remove allow pragma now that it is unnecessary
This commit is contained in:
@@ -5,8 +5,7 @@
|
|||||||
//! use the Wasm binary by including it via
|
//! use the Wasm binary by including it via
|
||||||
//! `include_bytes!("./regressions/some-descriptive-name.wasm")`.
|
//! `include_bytes!("./regressions/some-descriptive-name.wasm")`.
|
||||||
|
|
||||||
#[allow(unused_imports)] // Until we actually have some regression tests...
|
use wasmtime_fuzzing::oracles;
|
||||||
use wasmtime_fuzzing::*;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn instantiate_empty_module() {
|
fn instantiate_empty_module() {
|
||||||
|
|||||||
Reference in New Issue
Block a user