We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce90957 commit 7b7ec60Copy full SHA for 7b7ec60
lldb/test/API/tools/lldb-vscode/terminated-event/TestVSCode_terminatedEvent.py
@@ -49,8 +49,6 @@ def test_terminated_event(self):
49
self.assertTrue(statistics['totalDebugInfoEnabled'] > 0)
50
self.assertTrue(statistics['totalModuleCountHasDebugInfo'] > 0)
51
52
- self.assertIsNotNone(statistics['memory'])
53
-
54
# lldb-vscode debugs one target at a time
55
target = json.loads(statistics['targets'])[0]
56
self.assertTrue(target['totalBreakpointResolveTime'] > 0)
0 commit comments