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 4b9b791 commit 80ac0f5Copy full SHA for 80ac0f5
lldb/test/API/commands/statistics/basic/TestStats.py
@@ -209,7 +209,6 @@ def test_default_no_run(self):
209
)
210
self.assertGreater(module_stats["symbolsLoaded"], 0)
211
212
-
213
def test_default_no_run_no_preload_symbols(self):
214
"""Test "statistics dump" without running the target and without
215
preloading symbols.
@@ -233,7 +232,6 @@ def test_default_no_run_no_preload_symbols(self):
233
232
for module_stats in debug_stats["modules"]:
234
self.assertEqual(module_stats["symbolsLoaded"], 0)
235
236
237
def test_default_with_run(self):
238
"""Test "statistics dump" when running the target to a breakpoint.
239
0 commit comments