[Lldb-commits] [lldb] r157738 - /lldb/branches/apple/python-GIL/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py

Filipe Cabecinhas me at filcab.net
Thu May 31 05:52:25 PDT 2012


Author: filcab
Date: Thu May 31 07:52:25 2012
New Revision: 157738

URL: http://llvm.org/viewvc/llvm-project?rev=157738&view=rev
Log:
Revert a change that should have been kept pending.

Modified:
    lldb/branches/apple/python-GIL/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py

Modified: lldb/branches/apple/python-GIL/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/apple/python-GIL/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py?rev=157738&r1=157737&r2=157738&view=diff
==============================================================================
--- lldb/branches/apple/python-GIL/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py (original)
+++ lldb/branches/apple/python-GIL/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py Thu May 31 07:52:25 2012
@@ -34,7 +34,7 @@
     def applies(self):
         if platform.system() != "Darwin":
             return False
-        if StrictVersion('11.0.0') > platform.release():
+        if StrictVersion('12.0.0') > platform.release():
             return False
 
         return True





More information about the lldb-commits mailing list