There was an error while loading. Please reload this page.
/cargo/registry
1 parent d8ee768 commit 4c57f44Copy full SHA for 4c57f44
1 file changed
tests/run-make/remap-path-prefix-std/rmake.rs
@@ -93,7 +93,7 @@ fn main() {
93
// Check that remapped paths are present if the rlib has debug info.
94
if stdout.contains("DW_TAG_compile_unit") {
95
assert!(
96
- stdout.contains("/rustc/") || stdout.contains("/rust/deps"),
+ stdout.contains("/rustc/") || stdout.contains("/cargo/registry/"),
97
"Expected remapped paths in dwarfdump output for {link_name}",
98
);
99
}
0 commit comments