aboutsummaryrefslogtreecommitdiff
path: root/tests/cc/modules/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cc/modules/testscript')
-rw-r--r--tests/cc/modules/testscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/cc/modules/testscript b/tests/cc/modules/testscript
index 8f6fd96..71ae34d 100644
--- a/tests/cc/modules/testscript
+++ b/tests/cc/modules/testscript
@@ -13,7 +13,10 @@ EOI
+cat <<EOI >=build/root.build
cxx.std = experimental
-cxx.features.modules = true
+
+# Force modules except for VC where we need at least 15u3.
+#
+cxx.features.modules = ($cxx.id != "msvc")
using cxx