about summary refs log tree commit diff
path: root/src/test/debuginfo/borrowed-basic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo/borrowed-basic.rs')
-rw-r--r--src/test/debuginfo/borrowed-basic.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/test/debuginfo/borrowed-basic.rs b/src/test/debuginfo/borrowed-basic.rs
index b4bb7c146d9..45f5df228e3 100644
--- a/src/test/debuginfo/borrowed-basic.rs
+++ b/src/test/debuginfo/borrowed-basic.rs
@@ -1,6 +1,3 @@
-// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
-// its numerical value.
-
 // compile-flags:-g
 // min-lldb-version: 310
 
@@ -13,7 +10,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 *i8_ref