about summary refs log tree commit diff
path: root/tests/ui/codegen/duplicated-path-in-error.rs
blob: cff20dd9bd6391377477ba1dae65cf268f2f20ec (plain)
1
2
3
4
5
6
7
//@ 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() {}