blob: 58d5b5ead573cc2ba5b2ac7444b0119da936abd2 [file] [log] [blame]
//@ build-fail
//@ dont-check-compiler-stderr
//@ compile-flags: -C linker=llllll
//@ error-pattern: `llllll`
// Before, the error-pattern checked for "not found". On WSL with appendWindowsPath=true, running
// in invalid command returns a PermissionDenied instead.
fn main() {
}