[Lldb-commits] [lldb] r218853 - Update to match strings output by lldb.
Jason Molenda
jmolenda at apple.com
Wed Oct 1 23:17:15 PDT 2014
Author: jmolenda
Date: Thu Oct 2 01:17:15 2014
New Revision: 218853
URL: http://llvm.org/viewvc/llvm-project?rev=218853&view=rev
Log:
Update to match strings output by lldb.
Modified:
lldb/trunk/test/functionalities/platform/TestPlatformCommand.py
Modified: lldb/trunk/test/functionalities/platform/TestPlatformCommand.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/platform/TestPlatformCommand.py?rev=218853&r1=218852&r2=218853&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/platform/TestPlatformCommand.py (original)
+++ lldb/trunk/test/functionalities/platform/TestPlatformCommand.py Thu Oct 2 01:17:15 2014
@@ -20,7 +20,7 @@ class PlatformCommandTestCase(TestBase):
def test_process_list(self):
self.expect("platform process list",
- substrs = ['PID', 'ARCH', 'NAME'])
+ substrs = ['PID', 'TRIPLE', 'NAME'])
def test_process_info_with_no_arg(self):
"""This is expected to fail and to return a proper error message."""
More information about the lldb-commits
mailing list