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