2024-03-04 14:31:23 +01:00
|
|
|
//@ 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() {}
|
2025-03-23 15:50:51 +03:00
|
|
|
|
|
|
|
//~? ERROR couldn't load codegen backend /non-existing-one.so
|