navi/tests/tests.rs

11 lines
223 B
Rust
Raw Normal View History

2020-03-04 21:01:23 +00:00
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
//let _x = navi::handle_config(navi::config_from_iter(
//"navi best trivial".split(' ').collect(),
//));
// assert_eq!(x, 3);
2020-03-04 21:01:23 +00:00
}
}