summaryrefslogtreecommitdiffstats
path: root/lldb/test/logging/TestLogging.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/logging/TestLogging.py')
-rw-r--r--lldb/test/logging/TestLogging.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/logging/TestLogging.py b/lldb/test/logging/TestLogging.py
index 28cfb7669c1..298629ec092 100644
--- a/lldb/test/logging/TestLogging.py
+++ b/lldb/test/logging/TestLogging.py
@@ -63,9 +63,8 @@ class LogTestCase(TestBase):
"HandleCommand, command succeeded\n",
]
- # com.apple.main-thread identifier appears on darwin only
if sys.platform.startswith("darwin"):
- expected_log_lines = ['com.apple.main-thread ' + x for x in expected_log_lines]
+ expected_log_lines = [x for x in expected_log_lines]
self.assertTrue (os.path.isfile (log_file))
OpenPOWER on IntegriCloud