Clearify some comment.

llvm-svn: 148972
This commit is contained in:
Johnny Chen 2012-01-25 20:29:26 +00:00
parent 78e49e7fee
commit 8d24390cad
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,8 @@ class CommandLineCompletionTestCase(TestBase):
child.sendline('')
child.expect_exact(prompt)
# Set logfile to None to stop logging.
# Now that the necessary logging is done, restore logfile to None to
# stop further logging.
child.logfile_send = None
child.logfile_read = None