From ed024f5c4e42bf1bc32d5721c83b990987b3aa74 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Apr 2019 10:03:44 +0200 Subject: Sync up with latest C++ modules support in GCC --- tests/cc/modules/testscript | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/cc/modules/testscript b/tests/cc/modules/testscript index c31bacf..b5b94c1 100644 --- a/tests/cc/modules/testscript +++ b/tests/cc/modules/testscript @@ -191,14 +191,17 @@ $* test clean <=g.hxx; +void g (); +EOI cat <=core.mxx; #if __cpp_modules >= 201804 module; #endif -void g (); +#include "g.hxx" EOI cat <<<../core.mxx >+core.mxx; ln -s ../core.cxx ../driver.cxx ./; -- cgit v1.1