diff --git a/Cargo.toml b/Cargo.toml index 4a63a1f..f63c212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compiletest_rs" -version = "0.2.5" +version = "0.2.6" authors = [ "The Rust Project Developers" , "Thomas Bracht Laumann Jespersen " , "Manish Goregaokar " diff --git a/src/lib.rs b/src/lib.rs index 896fb0f..3f88c38 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -143,6 +143,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts { test_threads: None, skip: vec![], list: false, + options: test::Options::new(), } }