Skip to content

Commit 2112283

Browse files
committed
Update test after health log patch
1 parent 3af01a6 commit 2112283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/xcode_sdk/TestSwiftXcodeSDK.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def check_log(self, log, expected_path):
1616
in_expr_log = 0
1717
found = 0
1818
for line in logfile:
19-
if line.startswith(" SwiftASTContextForExpressions::LogConfiguration"):
19+
if line.startswith(" SwiftASTContextForExpressions::LogConfiguration(SwiftASTContext"):
2020
in_expr_log += 1
2121
if in_expr_log and "SDK path" in line and expected_path in line:
2222
found += 1

0 commit comments

Comments
 (0)