Skip to content

Commit

Permalink
Further normalize msvc-non-utf8-ouput
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed May 5, 2023
1 parent 4a18324 commit 26b413e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
5 changes: 2 additions & 3 deletions tests/ui/native-library-link-flags/msvc-non-utf8-output.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// build-fail
// compile-flags:-C link-arg=märchenhaft
// compile-flags:-C link-arg=⦺ⅈ⽯⭏⽽◃⡽⚞
// only-msvc
// error-pattern:= note: LINK : fatal error LNK1181:
// normalize-stderr-test "(\s*\|\n)\s*= note: .*\n" -> "$1"
// normalize-stderr-test "(?:.|\n)*(⦺ⅈ⽯⭏⽽◃⡽⚞)(?:.|\n)*" -> "$1"
pub fn main() {}
Original file line number Diff line number Diff line change
@@ -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

⦺ⅈ⽯⭏⽽◃⡽⚞

0 comments on commit 26b413e

Please sign in to comment.