about summary refs log tree commit diff
path: root/src/test/debug-info/borrowed-basic.rs
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@gmail>2013-07-02 10:33:51 +0200
committerMichael Woerister <michaelwoerister@gmail>2013-07-19 07:55:24 +0200
commit739f3eece9c341f4f1e70b8a0417853ed2a09cbc (patch)
tree5269178c6faac201b5ac764a6a07b2531a1f48e3 /src/test/debug-info/borrowed-basic.rs
parent99ebb816cf9db45953c123bec95c2c3e19ed2302 (diff)
downloadrust-739f3eece9c341f4f1e70b8a0417853ed2a09cbc.tar.gz
rust-739f3eece9c341f4f1e70b8a0417853ed2a09cbc.zip
debuginfo: Added support for c-style enums.
Diffstat (limited to 'src/test/debug-info/borrowed-basic.rs')
-rw-r--r--src/test/debug-info/borrowed-basic.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/test/debug-info/borrowed-basic.rs b/src/test/debug-info/borrowed-basic.rs
index dfd0fbf8655..8e46816d41c 100644
--- a/src/test/debug-info/borrowed-basic.rs
+++ b/src/test/debug-info/borrowed-basic.rs
@@ -10,10 +10,7 @@
 
 // xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
 
-// Caveats - gdb prints any 8-bit value (meaning rust i8 and u8 values)
-// as its numerical value along with its associated ASCII char, there
-// doesn't seem to be any way around this. Also, gdb doesn't know
-// about UTF-32 character encoding and will print a rust char as only
+// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
 // its numerical value.
 
 // compile-flags:-Z extra-debug-info