diff options
| -rw-r--r-- | lldb/test/dead-strip/TestDeadStrip.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lldb/test/dead-strip/TestDeadStrip.py b/lldb/test/dead-strip/TestDeadStrip.py index d0c304f..0840fd3 100644 --- a/lldb/test/dead-strip/TestDeadStrip.py +++ b/lldb/test/dead-strip/TestDeadStrip.py @@ -65,12 +65,7 @@ class TestClassTypes(lldbtest.TestBase): output = res.GetOutput() self.assertTrue(res.Succeeded()) self.assertTrue(output.find('state is Stopped') > 0 and - # TODO: - # - # Uncomment 'main.c:40' line when rdar://problem/8163668 - # is fixed. - # - #output.find('main.c:40') > 0 and + output.find('main.c:40') > 0 and output.find('where = a.out`f3') > 0 and output.find('stop reason = breakpoint') > 0) |
