aboutsummaryrefslogtreecommitdiff
path: root/tests/cc/modules/modules.testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-11-09 08:21:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-11-09 08:21:42 +0200
commitf1b4ffa568c91302057da14e611368dcf9244953 (patch)
tree400880e1a34579d43f77980a10c41b4916897703 /tests/cc/modules/modules.testscript
parent2fc58b7bda7f8da672c7bd165f441eef6b260dcf (diff)
Enable named modules tests for Clang 16 or later (but not on Windows)
Diffstat (limited to 'tests/cc/modules/modules.testscript')
-rw-r--r--tests/cc/modules/modules.testscript4
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