about summary refs log tree commit diff
path: root/src/test/ui
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-09-10 06:55:37 +0000
committerbors <bors@rust-lang.org>2022-09-10 06:55:37 +0000
commitdb9d86b58dff2a19d84d5e557641dfbb4cbb3a8d (patch)
treeb34922610ea83e017e6942fde1e716a4c76fb7dc /src/test/ui
parentcedd26b1ea066fe243b82b0f78e37066c6f4d789 (diff)
parent973059e1e7e3a66c3138e7578d7c9c9ab83b5318 (diff)
downloadrust-db9d86b58dff2a19d84d5e557641dfbb4cbb3a8d.tar.gz
rust-db9d86b58dff2a19d84d5e557641dfbb4cbb3a8d.zip
Auto merge of #101639 - matthiaskrgr:rollup-sewkrgm, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #101413 (Use RelocModel::Pic for UEFI targets)
 - #101595 (Fix ICE report flags display.)
 - #101616 (Adapt test for msan message change)
 - #101624 (rustdoc: remove unused CSS `#search { position: relative }`)
 - #101633 (Rustdoc-Json: Correcty handle intra-doc-links to items without HTML page)
 - #101634 (Rustdoc-Json Tests: Use ``@is`` and ``@ismany`` more often.)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'src/test/ui')
-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.