diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-06 13:48:43 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-06 13:48:43 -0800 |
commit | efd599a919bf9014b6bbddb4af081b48cc1dfe68 (patch) | |
tree | 2af67335204bc0688fd809c53e3ab5bcdef91a1d /tests/runner.py | |
parent | 4518cc29290315cb528d260a7ca2c0427bb1579d (diff) |
rename defaults ==> default
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index a34d1eb2..e222f4e5 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4778,7 +4778,7 @@ TT = %s return TT # Make one run with the defaults - fullname = 'defaults' + fullname = 'default' exec(fullname + ' = make_run(compiler=CLANG, defaults=True)') # Make custom runs with various options |