Skip to content

Commit 19bedb0

Browse files
committed
Update test after health log patch
1 parent bef9d10 commit 19bedb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/runtime_library_path/TestSwiftRuntimeLibraryPath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test(self):
3030
in_expr_log = 0
3131
found = 0
3232
for line in logfile:
33-
if line.startswith(" SwiftASTContextForExpressions::LogConfiguration"):
33+
if line.startswith(" SwiftASTContextForExpressions::LogConfiguration(SwiftASTContext"):
3434
in_expr_log += 1
3535
if in_expr_log and "Runtime library paths" in line and \
3636
"2 items" in line:

0 commit comments

Comments
 (0)