diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-14 18:12:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-14 18:12:08 +0200 |
commit | 02c30afb226dc8258c2713e0d6f878cf201ca547 (patch) | |
tree | 019ec5140fef4ac16719b3078d5e4fb2917e65e4 | |
parent | 4b96784a2e62582437e134958045ac359b588c2b (diff) |
Fix modules test
-rw-r--r-- | tests/cc/modules/testscript | 3 |
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 |