summaryrefslogtreecommitdiff
path: root/test/c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c')
-rwxr-xr-xtest/c/run_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/c/run_tests.py b/test/c/run_tests.py
index be953749..f5347831 100755
--- a/test/c/run_tests.py
+++ b/test/c/run_tests.py
@@ -94,7 +94,6 @@ xml += test_c('unoptimized C', '', '', True)
xml += test_c('optimized C', '-O2', '-O', True)
xml += test_c('constant folding', '', '-Oconstant_fold', True)
xml += test_c('monomorphised C', '-O2', '-O -Oconstant_fold -auto_mono', True)
-xml += test_c('full optimizations', '-O2 -mbmi2 -DINTRINSICS', '-O -Oconstant_fold', True)
xml += test_c('specialization', '-O1', '-O -c_specialize', True)
xml += test_c('undefined behavior sanitised', '-O2 -fsanitize=undefined', '-O', False)