[lldb][NFC] Remove unused prompt variable in TestMultilineCompletion.py

llvm-svn: 370570
This commit is contained in:
Raphael Isemann 2019-08-31 09:40:26 +00:00
parent e27c74abb6
commit d4df363b14
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ class MultilineCompletionTest(PExpectTest):
"""Test that we can complete a simple multiline expression"""
self.build()
prompt = "(lldb) "
self.launch(executable=self.getBuildArtifact("a.out"))
self.expect("b main", substrs=["Breakpoint 1", "address ="])
self.expect("run", substrs=["stop reason ="])