[Lldb-commits] [lldb] r114381 - /lldb/trunk/test/dotest.py
Johnny Chen
johnny.chen at apple.com
Mon Sep 20 17:16:09 PDT 2010
Author: johnny
Date: Mon Sep 20 19:16:09 2010
New Revision: 114381
URL: http://llvm.org/viewvc/llvm-project?rev=114381&view=rev
Log:
Changed the order of two assignment stmts.
Modified:
lldb/trunk/test/dotest.py
Modified: lldb/trunk/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dotest.py?rev=114381&r1=114380&r2=114381&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Mon Sep 20 19:16:09 2010
@@ -347,8 +347,8 @@
# over different configurations.
#
-iterCompilers = False
iterArchs = False
+iterCompilers = False
from types import *
if "archs" in config:
More information about the lldb-commits
mailing list