aboutsummaryrefslogtreecommitdiff
path: root/tests/cc/modules/common.testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-12-08 07:26:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-12-08 07:26:50 +0200
commit6b542899c41f8dafda07c01105ba0616984ec791 (patch)
treed1a15a2f80c66d6a4f0aa87652bd731312ab5dd7 /tests/cc/modules/common.testscript
parentf59ecce68b1f274c212a36a07140dba8005e57d9 (diff)
Re-enable modules tests for MSVC and drop workarounds for old bugs
Diffstat (limited to 'tests/cc/modules/common.testscript')
-rw-r--r--tests/cc/modules/common.testscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cc/modules/common.testscript b/tests/cc/modules/common.testscript
index f2e107f..801cf02 100644
--- a/tests/cc/modules/common.testscript
+++ b/tests/cc/modules/common.testscript
@@ -25,7 +25,8 @@ cxx.features.symexport = true
# Note: there are some issues with enabling modules in Apple Clang 15 so
# for now we only test vanilla Clang.
#
-if ($cxx.id == 'gcc' || \
+if ($cxx.id == 'gcc' || \
+ $cxx.id == 'msvc' || \
($cxx.id == 'clang' && $cxx.version.major >= 16))
cxx.features.modules = true