rust/tests/run-pass/get_current_dir.rs
2019-09-18 20:01:09 -05:00

6 lines
110 B
Rust

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