Adjust logging test case after r201372
authorEd Maste <emaste@freebsd.org>
Fri, 14 Feb 2014 16:06:35 +0000 (16:06 +0000)
committerEd Maste <emaste@freebsd.org>
Fri, 14 Feb 2014 16:06:35 +0000 (16:06 +0000)
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

lldb/test/logging/TestLogging.py

index 3f0aea4..a911fef 100644 (file)
@@ -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")