We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bef9d10 + 19bedb0 commit 3af01a6Copy full SHA for 3af01a6
lldb/test/API/lang/swift/runtime_library_path/TestSwiftRuntimeLibraryPath.py
@@ -30,7 +30,7 @@ def test(self):
30
in_expr_log = 0
31
found = 0
32
for line in logfile:
33
- if line.startswith(" SwiftASTContextForExpressions::LogConfiguration"):
+ if line.startswith(" SwiftASTContextForExpressions::LogConfiguration(SwiftASTContext"):
34
in_expr_log += 1
35
if in_expr_log and "Runtime library paths" in line and \
36
"2 items" in line:
0 commit comments