diff options
| author | Michael Woerister <michaelwoerister@gmail> | 2013-07-02 10:33:51 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@gmail> | 2013-07-19 07:55:24 +0200 |
| commit | 739f3eece9c341f4f1e70b8a0417853ed2a09cbc (patch) | |
| tree | 5269178c6faac201b5ac764a6a07b2531a1f48e3 /src/test/debug-info/borrowed-basic.rs | |
| parent | 99ebb816cf9db45953c123bec95c2c3e19ed2302 (diff) | |
| download | rust-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.rs | 5 |
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 |
