Skip to content

Commit

Permalink
Rollup merge of #100445 - krasimirgg:llvm-16-msan, r=tmiasko
Browse files Browse the repository at this point in the history
adapt test for msan message change

LLVM commit llvm/llvm-project@057cabd removed the function from the msan error message. This adapts our test accordingly.

Found via our experimental rust + llvm @ HEAD bot:
https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/12634#018289fe-b0bc-4bab-89b3-fb1d4e38f6db
  • Loading branch information
compiler-errors authored Aug 13, 2022
2 parents 9ab54df + 43eda18 commit ef72484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/sanitize/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// run-fail
// error-pattern: MemorySanitizer: use-of-uninitialized-value
// error-pattern: Uninitialized value was created by an allocation
// error-pattern: in the stack frame of function 'main'
// error-pattern: in the stack frame
//
// This test case intentionally limits the usage of the std,
// since it will be linked with an uninstrumented version of it.
Expand Down

0 comments on commit ef72484

Please sign in to comment.