diff options
Diffstat (limited to 'tests/cc')
-rw-r--r-- | tests/cc/modules/common.testscript | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/cc/modules/common.testscript b/tests/cc/modules/common.testscript index b383dc1..76c9145 100644 --- a/tests/cc/modules/common.testscript +++ b/tests/cc/modules/common.testscript @@ -48,9 +48,11 @@ EOI print ($cxx.features.modules && $cxx.id == 'gcc') EOI -# @@ TMP: modules support is completely broken in MinGW GCC 11.x. +# @@ TMP: modules support is broken in MinGW GCC (symexport). # +#\ if ($cxx.target.class == 'windows' && $cxx.id == 'gcc') modules = false headers = false end +#\ |