aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
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