diff options
| author | Ilia K <ki.stfu@gmail.com> | 2015-07-30 05:39:31 +0000 |
|---|---|---|
| committer | Ilia K <ki.stfu@gmail.com> | 2015-07-30 05:39:31 +0000 |
| commit | 6b8ade52b9518a8de71eecf8f74727a3fba4e042 (patch) | |
| tree | c9b603792106c561ca48eb0a4cf24f536a6456f1 /lldb/test/tools/lldb-mi/variable/main.cpp | |
| parent | 3681c5b850afa3b6bcc89a357e66ac589e32b47b (diff) | |
| download | bcm5719-llvm-6b8ade52b9518a8de71eecf8f74727a3fba4e042.tar.gz bcm5719-llvm-6b8ade52b9518a8de71eecf8f74727a3fba4e042.zip | |
Clean up test/tools/lldb-mi/variable/main.cpp after r243619
llvm-svn: 243621
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 } |

