Remove no-op code (since r175842)
authorDmitri Gribenko <gribozavr@gmail.com>
Sat, 23 Feb 2013 01:20:07 +0000 (01:20 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sat, 23 Feb 2013 01:20:07 +0000 (01:20 +0000)
llvm-svn: 175944

lldb/test/logging/TestLogging.py

index 298629e..12b3b84 100644 (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