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.
2 parents 4082d6a + 68c0e97 commit 6dbb4a1Copy full SHA for 6dbb4a1
tests/run-make/linker-warning/rmake.rs
@@ -61,13 +61,13 @@ fn main() {
61
diff()
62
.expected_file("short-error.txt")
63
.actual_text("(linker error)", out.stderr())
64
- .normalize("libpanic_abort", "libpanic_unwind")
65
.normalize(
66
regex::escape(
67
run_make_support::build_root().canonicalize().unwrap().to_str().unwrap(),
68
),
69
"/build-root",
70
)
+ .normalize("libpanic_abort", "libpanic_unwind")
71
.normalize(r#""[^"]*\/symbols.o""#, "\"/symbols.o\"")
72
.normalize(r#""[^"]*\/raw-dylibs""#, "\"/raw-dylibs\"")
73
.run();
0 commit comments