From 2a231e4654c2569c347e27351a28ea6c4e95cf0c Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 10 Oct 2021 23:03:20 +0800 Subject: fix module tests --- tests/projects/c++/modules/impl_unit/src/hello_impl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/projects/c++/modules/impl_unit') diff --git a/tests/projects/c++/modules/impl_unit/src/hello_impl.cpp b/tests/projects/c++/modules/impl_unit/src/hello_impl.cpp index 9cee17cfd..425c7aba4 100644 --- a/tests/projects/c++/modules/impl_unit/src/hello_impl.cpp +++ b/tests/projects/c++/modules/impl_unit/src/hello_impl.cpp @@ -1,9 +1,9 @@ -module hello; - +module; #include - using namespace std; +module hello; + namespace hello { void say_hi() { cout << "hello hi!" << endl; -- cgit v1.3.1