summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/tests/process/proc.rs
blob: e85d8588311bea4ab5ed09da1d62a9ea10869782 (plain)
1
2
3
4
5
#[test]
fn test_proc_funcs() {
    let _maps = rustix::io::proc_self_maps().unwrap();
    let _pagemap = rustix::io::proc_self_pagemap().unwrap();
}