diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-08-03 20:58:02 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-03 20:58:02 +0000 |
| commit | 16fc2cc9fa18eb20f77695a09e1548cafa6c3e79 (patch) | |
| tree | 15f2a721eb411b5f1543f7ca3320b888619cc888 | |
| parent | edcfd1e876df82c02cc97be0cf6e3df40a0587f1 (diff) | |
| download | bcm5719-llvm-16fc2cc9fa18eb20f77695a09e1548cafa6c3e79.tar.gz bcm5719-llvm-16fc2cc9fa18eb20f77695a09e1548cafa6c3e79.zip | |
Remove copy-and-paste residues.
llvm-svn: 136812
| -rw-r--r-- | lldb/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py b/lldb/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py index 20af35c0d8d..b1effd20dcb 100644 --- a/lldb/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py +++ b/lldb/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py @@ -13,8 +13,6 @@ class NonOverlappingIndexVariableCase(TestBase): 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 |

