xref: /third_party/rust/crates/rustix/tests/process/proc.rs (revision b8a62b91)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/rustix/tests/process/
1#[test]
2fn test_proc_funcs() {
3    let _maps = rustix::io::proc_self_maps().unwrap();
4    let _status = rustix::io::proc_self_status().unwrap();
5    let _pagemap = rustix::io::proc_self_pagemap().unwrap();
6}
7

Indexes created Thu Nov 07 10:32:03 CST 2024