]> git.lizzy.rs Git - rust.git/blobdiff - src/test/debuginfo/borrowed-unique-basic.rs
rustdoc: improve popover focus handling JS
[rust.git] / src / test / debuginfo / borrowed-unique-basic.rs
index f38cbc10dd3acf8ca94194cf9a0d62c8cf4d4a6f..94229bf27f3c95687843122f5d5035b9004e0108 100644 (file)
@@ -1,8 +1,5 @@
 // min-lldb-version: 310
 
-// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
-// its numerical value.
-
 // compile-flags:-g
 
 // === GDB TESTS ===================================================================================
@@ -15,7 +12,7 @@
 // gdb-command:print *int_ref
 // gdb-check:$2 = -1
 
-// gdb-command:print *char_ref
+// gdb-command:print/d *char_ref
 // gdb-check:$3 = 97
 
 // gdb-command:print/d *i8_ref