From c1b1b841353e32d2df356b8765d1189bef3d2f11 Mon Sep 17 00:00:00 2001 From: Ângelo Andrade Cirino Date: Thu, 15 Jul 2021 10:49:02 -0300 Subject: Additional changes to modules support and corrected the tests --- tests/projects/c++/modules/hello/src/hello.mpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/projects/c++/modules/hello/src') diff --git a/tests/projects/c++/modules/hello/src/hello.mpp b/tests/projects/c++/modules/hello/src/hello.mpp index fbd7fd6ad..9bbd036f0 100644 --- a/tests/projects/c++/modules/hello/src/hello.mpp +++ b/tests/projects/c++/modules/hello/src/hello.mpp @@ -1,6 +1,7 @@ -// module; -#include export module hello; + +#include + using namespace std; export namespace hello { -- cgit v1.3.1