From f1b4ffa568c91302057da14e611368dcf9244953 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Nov 2023 08:21:42 +0200 Subject: Enable named modules tests for Clang 16 or later (but not on Windows) --- tests/cc/modules/modules.testscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/cc/modules/modules.testscript') diff --git a/tests/cc/modules/modules.testscript b/tests/cc/modules/modules.testscript index 8762885..7e860fd 100644 --- a/tests/cc/modules/modules.testscript +++ b/tests/cc/modules/modules.testscript @@ -205,15 +205,13 @@ $* test clean <=g.hxx; void g (); EOI cat <=core.mxx; -#if __cpp_modules >= 201810 module; -#endif #include "g.hxx" EOI -- cgit v1.1