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 68db689 + 42c369b commit 8b69cfaCopy full SHA for 8b69cfa
lldb/test/API/lang/swift/completion/TestSwiftREPLCompletion.py
@@ -29,8 +29,8 @@ def test_basic_completion(self):
29
# Try completing something that has multiple completions.
30
self.child.send("Hash\t")
31
self.child.expect_exact("Available completions:")
32
- self.child.expect_exact("Hashable")
33
- self.child.expect_exact("Hasher")
+ self.child.expect_exact("\tHash --")
34
self.child.sendline("")
35
36
self.quit()
0 commit comments