diff options
Diffstat (limited to 'test/c/run_tests.py')
| -rwxr-xr-x | test/c/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/c/run_tests.py b/test/c/run_tests.py index 28a4d28d..a88de411 100755 --- a/test/c/run_tests.py +++ b/test/c/run_tests.py @@ -115,7 +115,7 @@ def test_lem(name): xml = '<testsuites>\n' -xml += test_c2('unoptimized C', '', '', True) +#xml += test_c2('unoptimized C', '', '', True) xml += test_c('unoptimized C', '', '', True) xml += test_c('optimized C', '-O2', '-O', True) xml += test_c('constant folding', '', '-Oconstant_fold', True) |
