diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-12-14 07:42:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-12-14 09:29:01 +0200 |
commit | 5745a2fe944dca5612b31c099101914d6c60b223 (patch) | |
tree | 8f3b1828a4be49b05c785e431754f3c4dcc9cc5f /tests/cc/preprocessed/testscript | |
parent | 22f50c76dd8d92cb64461f979369b601272a4772 (diff) |
Allow enabling C++ modules for C++20 and later std.cxx values
Diffstat (limited to 'tests/cc/preprocessed/testscript')
-rw-r--r-- | tests/cc/preprocessed/testscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cc/preprocessed/testscript b/tests/cc/preprocessed/testscript index 507a92d..53e7755 100644 --- a/tests/cc/preprocessed/testscript +++ b/tests/cc/preprocessed/testscript @@ -98,6 +98,7 @@ $* &test* <<EOI 2>>EOE != 0 exe{test}: cxx{test} EOI error: modules support required by cxx{test} + info: consider enabling modules with cxx.features.modules=true in root.build EOE : all |