about summary refs log tree commit diff
path: root/tests/debuginfo/multiple-functions.rs
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2024-08-18 16:59:58 -0400
committerBen Kimock <kimockb@gmail.com>2024-08-18 16:59:58 -0400
commit41d06f41158b9efaaaeed141bd9a8315527410ec (patch)
treea0d225432b2c6acdd4a41e3d6a2f42f638878679 /tests/debuginfo/multiple-functions.rs
parentc5fdc90a733187564c3a5dc2567cdb232738b7f7 (diff)
downloadrust-41d06f41158b9efaaaeed141bd9a8315527410ec.tar.gz
rust-41d06f41158b9efaaaeed141bd9a8315527410ec.zip
Delete lldbr annotations
Diffstat (limited to 'tests/debuginfo/multiple-functions.rs')
-rw-r--r--tests/debuginfo/multiple-functions.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/debuginfo/multiple-functions.rs b/tests/debuginfo/multiple-functions.rs
index c1a357499f0..a113ce17855 100644
--- a/tests/debuginfo/multiple-functions.rs
+++ b/tests/debuginfo/multiple-functions.rs
@@ -22,17 +22,14 @@
 
 // lldb-command:v a
 // lldbg-check:[...] 10101
-// lldbr-check:(i32) a = 10101
 // lldb-command:continue
 
 // lldb-command:v b
 // lldbg-check:[...] 20202
-// lldbr-check:(i32) b = 20202
 // lldb-command:continue
 
 // lldb-command:v c
 // lldbg-check:[...] 30303
-// lldbr-check:(i32) c = 30303
 
 #![allow(unused_variables)]
 #![feature(omit_gdb_pretty_printer_section)]