Skip to content

Commit 8b69cfa

Browse files
Merge pull request #9272 from adrian-prantl/replcompletion-rebranch
relax test expectations
2 parents 68db689 + 42c369b commit 8b69cfa

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("Hashable")
33-
self.child.expect_exact("Hasher")
32+
self.child.expect_exact("\tHash --")
33+
self.child.expect_exact("\tHash --")
3434
self.child.sendline("")
3535

3636
self.quit()

0 commit comments

Comments
 (0)