summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/class/src/hello_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/class/src/hello_impl.cpp')
-rw-r--r--tests/projects/c++/modules/class/src/hello_impl.cpp2
1 files changed, 1 insertions, 1 deletions
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 <iostream>
-using namespace std;
module hello;
+using namespace std;
namespace hello {
say::say(int data) : data_(data) {