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."""
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits