summaryrefslogtreecommitdiffstats
path: root/vendor/os_info/tests/basic.rs
blob: c48565fcebc831f7bd2ed410a6a48b69e576a0a4 (plain)
1
2
3
4
#[test]
fn get() {
    let _ = os_info::get();
}