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/class/src/hello_impl.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/projects/c++/modules/class/src/hello_impl.cpp') diff --git a/tests/projects/c++/modules/class/src/hello_impl.cpp b/tests/projects/c++/modules/class/src/hello_impl.cpp index b929c453b..6d0008fbb 100644 --- a/tests/projects/c++/modules/class/src/hello_impl.cpp +++ b/tests/projects/c++/modules/class/src/hello_impl.cpp @@ -1,8 +1,7 @@ -// module; -#include module hello; -// import std.core; +#include + using namespace std; namespace hello { -- cgit v1.3.1