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.
1 parent bef9d10 commit 19bedb0Copy full SHA for 19bedb0
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