diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-22 14:13:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-22 14:13:48 +0200 |
commit | 853006cc13e8dacefaae4567b8177c9985a64eba (patch) | |
tree | 60634c0e3d70081db0506f2671e2aeadd72ba2d6 /tests/cc/modules/testscript | |
parent | 6cb9d0e810c3336106b6c1f3c8a80cdec6fbdcf0 (diff) |
Enable module re-export tests for Clang
This support has been merged into trunk.
Diffstat (limited to 'tests/cc/modules/testscript')
-rw-r--r-- | tests/cc/modules/testscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cc/modules/testscript b/tests/cc/modules/testscript index b26defb..754a7dc 100644 --- a/tests/cc/modules/testscript +++ b/tests/cc/modules/testscript @@ -200,7 +200,6 @@ $* test clean <<EOI : : Test module re-exporting (export import M;) : -if ($cxx.id.type != "clang") { +cat <<EOI >=base.mxx #if __cpp_modules >= 201704 |