about summary refs log tree commit diff
path: root/tests/debuginfo/include_string.rs
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2025-08-04 05:17:04 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2025-08-04 05:17:04 +0000
commitab7c35995d9489821cc8b70ac1da069090ee56c9 (patch)
treed7b99f917db35f8a07550c15b2544e0563612b5e /tests/debuginfo/include_string.rs
parent607ecca1fbe884a7d032ef1ec1d98853ce284a3d (diff)
parent3a993a611c9f32e34e341794ce19026ad3df2c0f (diff)
downloadrust-ab7c35995d9489821cc8b70ac1da069090ee56c9.tar.gz
rust-ab7c35995d9489821cc8b70ac1da069090ee56c9.zip
Merge ref '07b7dc90ee4d' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 07b7dc90ee4df5815dbb91ef8e98cb93571230f5
Filtered ref: 3785af8cd0fe0eeb48a0f920ca3fae973cf842d7

This merge was created using https://github.com/rust-lang/josh-sync.
Diffstat (limited to 'tests/debuginfo/include_string.rs')
-rw-r--r--tests/debuginfo/include_string.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/debuginfo/include_string.rs b/tests/debuginfo/include_string.rs
index 704b85e1ac2..4ec23b68262 100644
--- a/tests/debuginfo/include_string.rs
+++ b/tests/debuginfo/include_string.rs
@@ -2,6 +2,7 @@
 // ^ test temporarily disabled as it fails under gdb 15
 
 //@ compile-flags:-g
+//@ disable-gdb-pretty-printers
 // gdb-command:run
 // gdb-command:print string1.length
 // gdb-check:$1 = 48
@@ -26,8 +27,6 @@
 // lldb-command:continue
 
 #![allow(unused_variables)]
-#![feature(omit_gdb_pretty_printer_section)]
-#![omit_gdb_pretty_printer_section]
 
 // This test case makes sure that debug info does not ICE when include_str is
 // used multiple times (see issue #11322).