diff options
Diffstat (limited to 'tests/cc/modules/modules.testscript')
-rw-r--r-- | tests/cc/modules/modules.testscript | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/cc/modules/modules.testscript b/tests/cc/modules/modules.testscript index 8762885..7e860fd 100644 --- a/tests/cc/modules/modules.testscript +++ b/tests/cc/modules/modules.testscript @@ -205,15 +205,13 @@ $* test clean <<EOI : : Test global module fragment/leading module marker (module;). : -if ($cxx.id != 'msvc') # Disabled for MSVC due to issue 845845. +if ($cxx.id != 'msvc') # Disabled for MSVC due to issue 845845. @@ TMP revise { cat <<EOI >=g.hxx; void g (); EOI cat <<EOI >=core.mxx; -#if __cpp_modules >= 201810 module; -#endif #include "g.hxx" EOI |