about summary refs log tree commit diff
path: root/tests/codegen/inline-function-args-debug-info.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-08-17 09:33:36 +0000
committerbors <bors@rust-lang.org>2024-08-17 09:33:36 +0000
commitdb9a97fbb027422b11cf6c8717ddecad5e4e6f8e (patch)
tree227004be0b4b4fcb735e023577a5d1be66be14dc /tests/codegen/inline-function-args-debug-info.rs
parent78dfb8a10870689491c89db55baf1cc4688cb972 (diff)
parentdc0faecfcf6dcedd55efd96f3206d702f2601481 (diff)
downloadrust-db9a97fbb027422b11cf6c8717ddecad5e4e6f8e.tar.gz
rust-db9a97fbb027422b11cf6c8717ddecad5e4e6f8e.zip
Auto merge of #3817 - rust-lang:rustup-2024-08-17, r=RalfJung
Automatic Rustup
Diffstat (limited to 'tests/codegen/inline-function-args-debug-info.rs')
-rw-r--r--tests/codegen/inline-function-args-debug-info.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen/inline-function-args-debug-info.rs b/tests/codegen/inline-function-args-debug-info.rs
index 7263374b22e..53a179160dc 100644
--- a/tests/codegen/inline-function-args-debug-info.rs
+++ b/tests/codegen/inline-function-args-debug-info.rs
@@ -15,6 +15,7 @@ pub fn outer_function(x: usize, y: usize) -> usize {
 fn inner_function(aaaa: usize, bbbb: usize) -> usize {
     // CHECK: !DILocalVariable(name: "aaaa", arg: 1
     // CHECK-SAME: line: 15
+    // CHECK-NOT: !DILexicalBlock(
     // CHECK: !DILocalVariable(name: "bbbb", arg: 2
     // CHECK-SAME: line: 15
     aaaa + bbbb