diff options
| author | Ed Maste <emaste@freebsd.org> | 2014-02-14 16:06:35 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2014-02-14 16:06:35 +0000 |
| commit | 96d7f449b1dc8385d51cfe4b0b9b77746da04537 (patch) | |
| tree | c15026ce752a2b4599ed60750bf7007c28f651b6 | |
| parent | f1b7d05558f6d9bf1ff3b2f0a107962a2be4ab36 (diff) | |
| download | bcm5719-llvm-96d7f449b1dc8385d51cfe4b0b9b77746da04537.tar.gz bcm5719-llvm-96d7f449b1dc8385d51cfe4b0b9b77746da04537.zip | |
Adjust logging test case after r201372
The final "HandleCommand, command succeeded" for "log disable lldb"
doesn't make it to the log file before the command takes effect.
llvm-svn: 201422
| -rw-r--r-- | lldb/test/logging/TestLogging.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/logging/TestLogging.py b/lldb/test/logging/TestLogging.py index 3f0aea4f75c..a911fef6f5a 100644 --- a/lldb/test/logging/TestLogging.py +++ b/lldb/test/logging/TestLogging.py @@ -69,7 +69,6 @@ class LogTestCase(TestBase): "HandleCommand, revised_command_line: 'log disable lldb'\n", "HandleCommand, wants_raw_input:'False'\n", "HandleCommand, command line after removing command name(s): 'lldb'\n", - "HandleCommand, command succeeded\n" ] self.runCmd("log disable lldb") |

