diff options
| author | ruki <[email protected]> | 2021-10-13 00:40:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-13 00:40:31 +0800 |
| commit | 6d94f1182d93b04f854f90599e3878fd5826939e (patch) | |
| tree | 2be566a07179272de80ab54c2cbc3355e22d2714 /tests/projects/c++/modules/class/src/hello_impl.cpp | |
| parent | 3cafed12222db81c39361adc4e2425fb33b5b170 (diff) | |
fix modules test
Diffstat (limited to 'tests/projects/c++/modules/class/src/hello_impl.cpp')
| -rw-r--r-- | tests/projects/c++/modules/class/src/hello_impl.cpp | 2 |
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) { |
