relax msan error-pattern due to LLVM changes

This commit is contained in:
Tim Neumann 2022-09-09 16:15:08 +00:00
parent 98f3001eec
commit 76aefbeddb

View File

@ -10,7 +10,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 'random'
// 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.