diff --git a/lldb/test/API/lang/swift/completion/TestSwiftREPLCompletion.py b/lldb/test/API/lang/swift/completion/TestSwiftREPLCompletion.py index b16cd437f64af..83b4ea98fbe8d 100644 --- a/lldb/test/API/lang/swift/completion/TestSwiftREPLCompletion.py +++ b/lldb/test/API/lang/swift/completion/TestSwiftREPLCompletion.py @@ -29,8 +29,8 @@ def test_basic_completion(self): # Try completing something that has multiple completions. self.child.send("Hash\t") self.child.expect_exact("Available completions:") - self.child.expect_exact("Hashable") - self.child.expect_exact("Hasher") + self.child.expect_exact("\tHash --") + self.child.expect_exact("\tHash --") self.child.sendline("") self.quit()