We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caccb4d commit 42ea612Copy full SHA for 42ea612
tests/run-make/linker-warning/rmake.rs
@@ -61,14 +61,14 @@ fn main() {
61
diff()
62
.expected_file("short-error.txt")
63
.actual_text("(linker error)", out.stderr())
64
- .normalize(r#"/rustc[^/_-]*/"#, "/rustc/")
65
- .normalize("libpanic_abort", "libpanic_unwind")
66
.normalize(
67
regex::escape(
68
run_make_support::build_root().canonicalize().unwrap().to_str().unwrap(),
69
),
70
"/build-root",
71
)
+ .normalize(r#"/rustc[^/_-]*/"#, "/rustc/")
+ .normalize("libpanic_abort", "libpanic_unwind")
72
.normalize(r#""[^"]*\/symbols.o""#, "\"/symbols.o\"")
73
.normalize(r#""[^"]*\/raw-dylibs""#, "\"/raw-dylibs\"")
74
.run();
0 commit comments