Skip to content

Commit a21a76e

Browse files
committed
fixup! add missing colon in python test
1 parent c48e536 commit a21a76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def cleanup():
6767
)
6868

6969
# gcc4.2 on Mac OS X skips typedef chains in the DWARF output
70-
if self.getCompiler() in ["clang"]
70+
if self.getCompiler() in ["clang"]:
7171
self.expect(
7272
"frame variable",
7373
patterns=[

0 commit comments

Comments
 (0)