[Lldb-commits] [lldb] r243621 - Clean up test/tools/lldb-mi/variable/main.cpp after r243619

Ilia K ki.stfu at gmail.com
Wed Jul 29 22:39:32 PDT 2015


Author: ki.stfu
Date: Thu Jul 30 00:39:31 2015
New Revision: 243621

URL: http://llvm.org/viewvc/llvm-project?rev=243621&view=rev
Log:
Clean up test/tools/lldb-mi/variable/main.cpp after r243619

Modified:
    lldb/trunk/test/tools/lldb-mi/variable/main.cpp

Modified: lldb/trunk/test/tools/lldb-mi/variable/main.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/tools/lldb-mi/variable/main.cpp?rev=243621&r1=243620&r2=243621&view=diff
==============================================================================
--- lldb/trunk/test/tools/lldb-mi/variable/main.cpp (original)
+++ lldb/trunk/test/tools/lldb-mi/variable/main.cpp Thu Jul 30 00:39:31 2015
@@ -80,7 +80,7 @@ gdb_set_show_print_expand_aggregates(voi
 {
     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
 }





More information about the lldb-commits mailing list