[Lldb-commits] [lldb] r128697 - /lldb/trunk/test/platform/TestPlatformCommand.py

Johnny Chen johnny.chen at apple.com
Thu Mar 31 17:48:40 PDT 2011


Author: johnny
Date: Thu Mar 31 19:48:40 2011
New Revision: 128697

URL: http://llvm.org/viewvc/llvm-project?rev=128697&view=rev
Log:
Modify test_process_list()'s expect sub-strings to be up-to-date.

Modified:
    lldb/trunk/test/platform/TestPlatformCommand.py

Modified: lldb/trunk/test/platform/TestPlatformCommand.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/platform/TestPlatformCommand.py?rev=128697&r1=128696&r2=128697&view=diff
==============================================================================
--- lldb/trunk/test/platform/TestPlatformCommand.py (original)
+++ lldb/trunk/test/platform/TestPlatformCommand.py Thu Mar 31 19:48:40 2011
@@ -20,7 +20,7 @@
 
     def test_process_list(self):
         self.expect("platform process list",
-            substrs = ['PID', 'TRIPLE', 'NAME'])
+            substrs = ['PID', 'ARCH', 'NAME'])
 
     def test_status(self):
         self.expect("platform status",





More information about the lldb-commits mailing list