diff options
| -rwxr-xr-x | lldb/test/dotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index b765d541bee..c345c146024 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: |

