diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-02 15:22:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-02 15:22:20 +0200 |
commit | 9bc027848d84d8e5f06ab597aef01b399765cf42 (patch) | |
tree | 9d4a4a0393b6fa09c037b9db59d94a57757767bf /libmformat/tests | |
parent | 793a2e3851751505cec9573651ba58cfae582fae (diff) |
Indicate that source is preprocessed to modules
Diffstat (limited to 'libmformat/tests')
-rw-r--r-- | libmformat/tests/build/root.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmformat/tests/build/root.build b/libmformat/tests/build/root.build index 58dffed..9e8c50d 100644 --- a/libmformat/tests/build/root.build +++ b/libmformat/tests/build/root.build @@ -1,5 +1,8 @@ cxx.std = experimental +if ($cxx.id.type != 'msvc') # Temporary for 'export module M;' fixup. + cxx.preprocessed = modules + using cxx cxx{*}: extension = cxx |