blob: 509f484adf821e4e2ea3b5ddecee785c693bebfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//@ build-fail
//@ dont-check-compiler-stderr
//@ compile-flags: -C linker=llllll
// Before, the error-pattern checked for "not found". On WSL with appendWindowsPath=true, running
// in invalid command returns a PermissionDenied instead.
fn main() {
}
//~? ERROR `llllll`
|