about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTim Neumann <timnn@google.com>2022-09-09 16:15:08 +0000
committerTim Neumann <timnn@google.com>2022-09-09 16:15:08 +0000
commit76aefbeddb4db78400e0cba87ef783b7444cbdc8 (patch)
treefe6d72d961b6fcc7f3c573548181ccae305fe765 /src
parent98f3001eecbe4cbd091c10ffab45b4c164bb507b (diff)
downloadrust-76aefbeddb4db78400e0cba87ef783b7444cbdc8.tar.gz
rust-76aefbeddb4db78400e0cba87ef783b7444cbdc8.zip
relax msan error-pattern due to LLVM changes
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/sanitize/memory-eager.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/sanitize/memory-eager.rs b/src/test/ui/sanitize/memory-eager.rs
index 8a0590bf16c..cc0593ec07d 100644
--- a/src/test/ui/sanitize/memory-eager.rs
+++ b/src/test/ui/sanitize/memory-eager.rs
@@ -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.