summary refs log tree commit diff
path: root/tests/ui/modules/path-no-file-name.rs
blob: c36043686fcf22d488d0e94ebeac0182b8087146 (plain)
1
2
3
4
5
6
7
//@ normalize-stderr-test: "\.:.*\(" -> ".: $$ACCESS_DENIED_MSG ("
//@ normalize-stderr-test: "os error \d+" -> "os error $$ACCESS_DENIED_CODE"

#[path = "."]
mod m; //~ ERROR couldn't read

fn main() {}