Skip to content

Commit 27afe55

Browse files
authored
Rollup merge of rust-lang#101616 - TimNN:relax-msan, r=lqd
Adapt test for msan message change Similar to rust-lang#100445, this adapts the new test added by rust-lang#99207 to some relatively recent [LLVM changes](llvm/llvm-project@057cabd) that removed the function name from msan messages. Found via our experimental rust + llvm @ HEAD bot: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/13347#018321b2-0cc3-4c91-b4db-774477e8b074 `@rustbot` label +llvm-main
2 parents 3ddb048 + 76aefbe commit 27afe55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/sanitize/memory-eager.rs

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

0 commit comments

Comments
 (0)