adapt test for msan message change
LLVM commit 057cabd997
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
This commit is contained in:
parent
748cb1f01d
commit
43eda18a6c
@ -6,7 +6,7 @@
|
|||||||
// run-fail
|
// run-fail
|
||||||
// error-pattern: MemorySanitizer: use-of-uninitialized-value
|
// error-pattern: MemorySanitizer: use-of-uninitialized-value
|
||||||
// error-pattern: Uninitialized value was created by an allocation
|
// 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,
|
// This test case intentionally limits the usage of the std,
|
||||||
// since it will be linked with an uninstrumented version of it.
|
// since it will be linked with an uninstrumented version of it.
|
||||||
|
Loading…
Reference in New Issue
Block a user