Skip to content

Commit cd62e2a

Browse files
committed
[lldb] Fix Python syntax error in lldbtest.py
1 parent a2727a2 commit cd62e2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/packages/Python/lldbsuite/test/lldbtest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,7 @@ def tearDown(self):
10381038
if not configuration.is_reproducer():
10391039
# Assert that the global module cache is empty.
10401040
# (rdar://problem/64424164) self.assertEqual(lldb.SBModule.GetNumberAllocatedModules(), 0)
1041+
pass
10411042

10421043

10431044
# =========================================================

0 commit comments

Comments
 (0)