Skip to content

Commit 43eda18

Browse files
committed
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
1 parent 748cb1f commit 43eda18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/sanitize/memory.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// run-fail
77
// error-pattern: MemorySanitizer: use-of-uninitialized-value
88
// error-pattern: Uninitialized value was created by an allocation
9-
// error-pattern: in the stack frame of function 'main'
9+
// error-pattern: in the stack frame
1010
//
1111
// This test case intentionally limits the usage of the std,
1212
// since it will be linked with an uninstrumented version of it.

0 commit comments

Comments
 (0)