diff options
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 |