Check that getcwd does not error
This commit is contained in:
parent
5cf90bc786
commit
6593563e46
5
tests/run-pass/get_current_dir.rs
Normal file
5
tests/run-pass/get_current_dir.rs
Normal file
@ -0,0 +1,5 @@
|
||||
// ignore-windows: TODO the windows hook is not done yet
|
||||
|
||||
fn main() {
|
||||
std::env::current_dir().unwrap();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user