summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/dependence/src/hello_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/dependence/src/hello_impl.cpp')
-rw-r--r--tests/projects/c++/modules/dependence/src/hello_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/dependence/src/hello_impl.cpp b/tests/projects/c++/modules/dependence/src/hello_impl.cpp
index 37797c31c..5dbc009f4 100644
--- a/tests/projects/c++/modules/dependence/src/hello_impl.cpp
+++ b/tests/projects/c++/modules/dependence/src/hello_impl.cpp
@@ -1,6 +1,6 @@
-// module;
-#include <iostream>
module hello;
+
+#include <iostream>
import mod;
void inner() {