[Lldb-commits] [lldb] r175944 - Remove no-op code (since r175842)
Dmitri Gribenko
gribozavr at gmail.com
Fri Feb 22 17:20:08 PST 2013
Author: gribozavr
Date: Fri Feb 22 19:20:07 2013
New Revision: 175944
URL: http://llvm.org/viewvc/llvm-project?rev=175944&view=rev
Log:
Remove no-op code (since r175842)
Modified:
lldb/trunk/test/logging/TestLogging.py
Modified: lldb/trunk/test/logging/TestLogging.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/logging/TestLogging.py?rev=175944&r1=175943&r2=175944&view=diff
==============================================================================
--- lldb/trunk/test/logging/TestLogging.py (original)
+++ lldb/trunk/test/logging/TestLogging.py Fri Feb 22 19:20:07 2013
@@ -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
More information about the lldb-commits
mailing list