aboutsummaryrefslogtreecommitdiff
path: root/tests/cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cc')
-rw-r--r--tests/cc/modules/modules.testscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cc/modules/modules.testscript b/tests/cc/modules/modules.testscript
index 4fd9598..b603871 100644
--- a/tests/cc/modules/modules.testscript
+++ b/tests/cc/modules/modules.testscript
@@ -202,6 +202,8 @@ $* test clean <<EOI
:
: Test global module fragment/leading module marker (module;).
:
+if ($cxx.id != 'msvc') # Disabled for MSVC due to issue 845845.
+{
cat <<EOI >=g.hxx;
void g ();
EOI
@@ -217,6 +219,7 @@ ln -s ../core.cxx ../driver.cxx ./;
$* test clean <<EOI
exe{test}: cxx{driver} {mxx cxx}{core}
EOI
+}
: re-export
: