about summary refs log tree commit diff
path: root/tests/debuginfo/enum-thinlto.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/enum-thinlto.rs
parentc5fdc90a733187564c3a5dc2567cdb232738b7f7 (diff)
downloadrust-41d06f41158b9efaaaeed141bd9a8315527410ec.tar.gz
rust-41d06f41158b9efaaaeed141bd9a8315527410ec.zip
Delete lldbr annotations
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
-rw-r--r--tests/debuginfo/enum-thinlto.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/debuginfo/enum-thinlto.rs b/tests/debuginfo/enum-thinlto.rs
index d30ff7dde38..8c3a20a2da4 100644
--- a/tests/debuginfo/enum-thinlto.rs
+++ b/tests/debuginfo/enum-thinlto.rs
@@ -14,7 +14,6 @@
 
 // lldb-command:v *abc
 // lldbg-check:(enum_thinlto::ABC) *abc = { value = { x = 0 y = 8970181431921507452 } $discr$ = 0 }
-// lldbr-check:(enum_thinlto::ABC) *abc = (x = 0, y = 8970181431921507452)
 
 #![allow(unused_variables)]
 #![feature(omit_gdb_pretty_printer_section)]