aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-06 13:48:43 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-06 13:48:43 -0800
commitefd599a919bf9014b6bbddb4af081b48cc1dfe68 (patch)
tree2af67335204bc0688fd809c53e3ab5bcdef91a1d /tests/runner.py
parent4518cc29290315cb528d260a7ca2c0427bb1579d (diff)
rename defaults ==> default
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
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