| // ignore-windows failing on win32 bot |
| // ignore-android: FIXME(#10381) |
| // ignore-gdb-version: 7.11.90 - 8.0.9 |
| // === GDB TESTS =================================================================================== |
| // gdb-command: print empty_string |
| // gdb-command: print empty_str |
| // === LLDB TESTS ================================================================================== |
| // lldb-command: fr v empty_string |
| // lldb-check:[...]empty_string = "" |
| // lldb-command: fr v empty_str |
| // lldb-check:[...]empty_str = "" |
| let empty_string = String::new(); |