Skip to content

Commit 76aefbe

Browse files
committed
relax msan error-pattern due to LLVM changes
1 parent 98f3001 commit 76aefbe

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)