From 6d94f1182d93b04f854f90599e3878fd5826939e Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 13 Oct 2021 00:40:31 +0800 Subject: fix modules test --- tests/projects/c++/modules/class/src/hello_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 b8b572f27..5dd555a7a 100644 --- a/tests/projects/c++/modules/class/src/hello_impl.cpp +++ b/tests/projects/c++/modules/class/src/hello_impl.cpp @@ -1,9 +1,9 @@ module; #include -using namespace std; module hello; +using namespace std; namespace hello { say::say(int data) : data_(data) { -- cgit v1.3.1