forked from OSchip/llvm-project
[lldb][NFC] Remove unused prompt variable in TestMultilineCompletion.py
llvm-svn: 370570
This commit is contained in:
parent
e27c74abb6
commit
d4df363b14
|
@ -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 ="])
|
||||
|
|
Loading…
Reference in New Issue