about summary refs log tree commit diff
path: root/tests/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2024-08-20 05:08:35 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2024-08-20 05:08:35 +0000
commitbd9e7af0fa66bd81b14586d0e7084e1afdee8424 (patch)
tree0afec8e5357bcdf55433a8f65c4a9f89dbaff4b3 /tests/debuginfo/enum-thinlto.rs
parente5072f0e51fc9dcaf59e9902fdc11ef3cb1f6c67 (diff)
parentfdf61d499c8a8421ecf98e7924bb87caf43a9938 (diff)
downloadrust-bd9e7af0fa66bd81b14586d0e7084e1afdee8424.tar.gz
rust-bd9e7af0fa66bd81b14586d0e7084e1afdee8424.zip
Merge from rustc
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
-rw-r--r--tests/debuginfo/enum-thinlto.rs7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/debuginfo/enum-thinlto.rs b/tests/debuginfo/enum-thinlto.rs
index 42a0d1e28f8..af77145c312 100644
--- a/tests/debuginfo/enum-thinlto.rs
+++ b/tests/debuginfo/enum-thinlto.rs
@@ -1,5 +1,3 @@
-// Require a gdb that can read DW_TAG_variant_part.
-//@ min-gdb-version: 8.2
 //@ min-lldb-version: 1800
 //@ compile-flags:-g -Z thinlto
 
@@ -8,15 +6,14 @@
 // gdb-command:run
 
 // gdb-command:print *abc
-// gdbr-check:$1 = enum_thinlto::ABC::TheA{x: 0, y: 8970181431921507452}
+// gdb-check:$1 = enum_thinlto::ABC::TheA{x: 0, y: 8970181431921507452}
 
 // === LLDB TESTS ==================================================================================
 
 // lldb-command:run
 
 // 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)
+// lldb-check:(enum_thinlto::ABC) *abc = { value = { x = 0 y = 8970181431921507452 } $discr$ = 0 }
 
 #![allow(unused_variables)]
 #![feature(omit_gdb_pretty_printer_section)]