blob: 69ba007a1b69886272cb7ec48f2772750170c142 [file] [log] [blame]
extern crate jemalloc_sys;
#[test]
fn malloc_conf_empty() {
unsafe {
assert!(jemalloc_sys::malloc_conf.is_none());
}
}