We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a18324 commit 26b413eCopy full SHA for 26b413e
tests/ui/native-library-link-flags/msvc-non-utf8-output.rs
@@ -1,6 +1,5 @@
1
// build-fail
2
-// compile-flags:-C link-arg=märchenhaft
+// compile-flags:-C link-arg=⦺ⅈ⽯⭏⽽◃⡽⚞
3
// only-msvc
4
-// error-pattern:= note: LINK : fatal error LNK1181:
5
-// normalize-stderr-test "(\s*\|\n)\s*= note: .*\n" -> "$1"
+// normalize-stderr-test "(?:.|\n)*(⦺ⅈ⽯⭏⽽◃⡽⚞)(?:.|\n)*" -> "$1"
6
pub fn main() {}
tests/ui/native-library-link-flags/msvc-non-utf8-output.stderr
@@ -1,7 +1 @@
-error: linking with `link.exe` failed: exit code: 1181
- |
- = note: LINK : fatal error LNK1181: cannot open input file 'märchenhaft.obj'
-
-error: aborting due to previous error
7
+⦺ⅈ⽯⭏⽽◃⡽⚞
0 commit comments