Cache compression (#234)
This commit is contained in:
@@ -5,6 +5,6 @@ use wasmtime_environ::cache_conf;
|
||||
#[should_panic]
|
||||
fn test_fail_calling_init_twice() {
|
||||
let dir = tempfile::tempdir().expect("Can't create temporary directory");
|
||||
cache_conf::init(true, Some(dir.path()));
|
||||
cache_conf::init(true, Some(dir.path()));
|
||||
cache_conf::init(true, Some(dir.path()), Some(5));
|
||||
cache_conf::init(true, Some(dir.path()), Some(5));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user