Skip to content

Commit 970eedd

Browse files
fixup! format python tesT
1 parent 7ab0dfa commit 970eedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/macosx/arm-pointer-metadata-cfa-dwarf-expr/TestArmPointerMetadataCFADwarfExpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test(self):
1818
thread.StepInstruction(False)
1919
thread.StepInstruction(False)
2020

21-
argv_addr = thread.frames[1].GetValueForVariablePath("&argv");
21+
argv_addr = thread.frames[1].GetValueForVariablePath("&argv")
2222
self.assertTrue(argv_addr.IsValid())
2323

2424
argv_addr_uint = argv_addr.GetValueAsUnsigned()

0 commit comments

Comments
 (0)