about summary refs log tree commit diff
path: root/tests/debuginfo/include_string.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/include_string.rs
parentc5fdc90a733187564c3a5dc2567cdb232738b7f7 (diff)
downloadrust-41d06f41158b9efaaaeed141bd9a8315527410ec.tar.gz
rust-41d06f41158b9efaaaeed141bd9a8315527410ec.zip
Delete lldbr annotations
Diffstat (limited to 'tests/debuginfo/include_string.rs')
-rw-r--r--tests/debuginfo/include_string.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/debuginfo/include_string.rs b/tests/debuginfo/include_string.rs
index 3ee02c554cb..5bf7cb69cc1 100644
--- a/tests/debuginfo/include_string.rs
+++ b/tests/debuginfo/include_string.rs
@@ -18,13 +18,10 @@
 
 // lldb-command:v string1.length
 // lldbg-check:[...] 48
-// lldbr-check:(usize) length = 48
 // lldb-command:v string2.length
 // lldbg-check:[...] 49
-// lldbr-check:(usize) length = 49
 // lldb-command:v string3.length
 // lldbg-check:[...] 50
-// lldbr-check:(usize) length = 50
 
 // lldb-command:continue