Skip to content

Commit 602aa5c

Browse files
committed
fix test expect
1 parent 9112593 commit 602aa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/bridged_url/TestSwiftBridgedURL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def test(self):
1313
self, "break here", lldb.SBFileSpec("main.swift")
1414
)
1515

16-
self.expect("v url", substrs=['url = "file:///tmp"'])
16+
self.expect("v url", patterns=[r'url = "file:///tmp/?"'])

0 commit comments

Comments
 (0)