aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-14 18:12:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-14 18:12:08 +0200
commit02c30afb226dc8258c2713e0d6f878cf201ca547 (patch)
tree019ec5140fef4ac16719b3078d5e4fb2917e65e4 /tests
parent4b96784a2e62582437e134958045ac359b588c2b (diff)
Fix modules test
Diffstat (limited to 'tests')
-rw-r--r--tests/cc/modules/testscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cc/modules/testscript b/tests/cc/modules/testscript
index 38a3fde..36a5ebe 100644
--- a/tests/cc/modules/testscript
+++ b/tests/cc/modules/testscript
@@ -16,7 +16,8 @@ cxx.std = experimental
# Force modules except for VC where we need at least 15u3.
#
-cxx.features.modules = ($cxx.id != "msvc")
+if ($cxx.id != "msvc")
+ cxx.features.modules = true
using cxx