diff options
Diffstat (limited to 'lldb/test/tools/lldb-mi/variable/main.cpp')
| -rw-r--r-- | lldb/test/tools/lldb-mi/variable/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/tools/lldb-mi/variable/main.cpp b/lldb/test/tools/lldb-mi/variable/main.cpp index 9761a7fe381..9760523850a 100644 --- a/lldb/test/tools/lldb-mi/variable/main.cpp +++ b/lldb/test/tools/lldb-mi/variable/main.cpp @@ -80,7 +80,7 @@ gdb_set_show_print_expand_aggregates(void) { complex_type complx = { 3, { 3L }, &complx }; complex_type complx_array[2] = { { 4, { 4L }, &complx_array[1] }, { 5, { 5 }, &complx_array[0] } }; - not_str nstr('a', 0), *pnstr = &nstr; + not_str nstr('a', 0); // BP_gdb_set_show_print_expand_aggregates } |

