diff --git a/src/test/mod.rs b/src/test/mod.rs index 7448567..8edecf0 100644 --- a/src/test/mod.rs +++ b/src/test/mod.rs @@ -14,7 +14,7 @@ pub fn cargo_test_wasm( path: &Path, release: bool, envs: I, - extra_options: &Vec, + extra_options: &[String], ) -> Result<(), failure::Error> where I: IntoIterator,