[Lldb-commits] [lldb] r136812 - /lldb/trunk/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py

Johnny Chen johnny.chen at apple.com
Wed Aug 3 13:58:02 PDT 2011


Author: johnny
Date: Wed Aug  3 15:58:02 2011
New Revision: 136812

URL: http://llvm.org/viewvc/llvm-project?rev=136812&view=rev
Log:
Remove copy-and-paste residues.

Modified:
    lldb/trunk/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py

Modified: lldb/trunk/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py?rev=136812&r1=136811&r2=136812&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py (original)
+++ lldb/trunk/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py Wed Aug  3 15:58:02 2011
@@ -13,8 +13,6 @@
         TestBase.setUp(self)
         self.source = 'main.cpp'
         self.line_to_break = line_number(self.source, '// Set breakpoint here.')
-        self.lldb_avg = None
-        self.gdb_avg = None
 
     # rdar://problem/9890530
     @unittest2.expectedFailure





More information about the lldb-commits mailing list