diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-08-31 09:40:26 +0000 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-08-31 09:40:26 +0000 |
commit | d4df363b14fe91ac235c830f295551fd0f3e867b (patch) | |
tree | 16e0af1498eb25c1a8276cdf0b172668b698937c /lldb/packages/Python/lldbsuite/test/expression_command/multiline-completion | |
parent | e27c74abb62588d264e833714bfb7244b668e2d8 (diff) | |
download | bcm5719-llvm-d4df363b14fe91ac235c830f295551fd0f3e867b.tar.gz bcm5719-llvm-d4df363b14fe91ac235c830f295551fd0f3e867b.zip |
[lldb][NFC] Remove unused prompt variable in TestMultilineCompletion.py
llvm-svn: 370570
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/multiline-completion')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/multiline-completion/TestMultilineCompletion.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/multiline-completion/TestMultilineCompletion.py b/lldb/packages/Python/lldbsuite/test/expression_command/multiline-completion/TestMultilineCompletion.py index 261ebd325d0..7447e158641 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/multiline-completion/TestMultilineCompletion.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/multiline-completion/TestMultilineCompletion.py @@ -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 ="]) |