rust/tests/run-pass/get_current_dir.rs
2019-09-19 10:32:18 -05:00

7 lines
153 B
Rust

// ignore-windows: TODO the windows hook is not done yet
// compile-flags: -Zmiri-disable-isolation
fn main() {
std::env::current_dir().unwrap();
}