Remove no-op code (since r175842)

llvm-svn: 175944
This commit is contained in:
Dmitri Gribenko 2013-02-23 01:20:07 +00:00
parent 185b5ee708
commit 3573f4ce8e
1 changed files with 0 additions and 3 deletions

View File

@ -63,9 +63,6 @@ class LogTestCase(TestBase):
"HandleCommand, command succeeded\n",
]
if sys.platform.startswith("darwin"):
expected_log_lines = [x for x in expected_log_lines]
self.assertTrue (os.path.isfile (log_file))
idx = 0