summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities')
-rw-r--r--lldb/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py1
1 files changed, 0 insertions, 1 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 9e93677f3f8..92ff0e6e62c 100644
--- a/lldb/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py
+++ b/lldb/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py
@@ -15,7 +15,6 @@ class NonOverlappingIndexVariableCase(TestBase):
self.line_to_break = line_number(self.source, '// Set breakpoint here.')
# rdar://problem/9890530
- @unittest2.expectedFailure
def test_eval_index_variable(self):
"""Test expressions of variable 'i' which appears in two for loops."""
self.buildDefault()
OpenPOWER on IntegriCloud