From 958da040e4b8469c1798a35b2078c98eb3d12835 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 21 Sep 2010 00:16:09 +0000 Subject: [PATCH] Changed the order of two assignment stmts. llvm-svn: 114381 --- lldb/test/dotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index b765d541bee1..c345c1460248 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -347,8 +347,8 @@ unittest2.signals.installHandler() # over different configurations. # -iterCompilers = False iterArchs = False +iterCompilers = False from types import * if "archs" in config: