Skip to content

Commit bf1c3c2

Browse files
committed
[lldb] Update TestSwiftREPLCompletion for completion changes
1 parent ed59cc8 commit bf1c3c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/lang/swift/completion/TestSwiftREPLCompletion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def test_basic_completion(self):
2929
# Try completing something that has multiple completions.
3030
self.child.send("Hash\t")
3131
self.child.expect_exact("Available completions:")
32-
self.child.expect_exact("\tHash --")
33-
self.child.expect_exact("\tHash --")
32+
self.child.expect_exact(" Hash --")
33+
self.child.expect_exact(" Hash --")
3434
self.child.sendline("")
3535

3636
self.quit()

0 commit comments

Comments
 (0)