blob: a446395de208f64f47df7a3802f4b0b1b179fd6d (
plain)
1
2
3
4
5
6
7
8
9
  | 
//@ only-linux
//@ compile-flags: -Zcodegen-backend=/non-existing-one.so
// This test ensures that the error of the "not found dylib" doesn't duplicate
// the path of the dylib.
fn main() {}
//~? ERROR couldn't load codegen backend /non-existing-one.so
 
  |