From 0a17c9c9d9143dfa4281efb13b0f550533d96a18 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 10 Nov 2021 00:21:29 +0800 Subject: support std for c++ modules/msvc --- tests/projects/c++/modules/hello/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/c++/modules/hello/src/main.cpp') diff --git a/tests/projects/c++/modules/hello/src/main.cpp b/tests/projects/c++/modules/hello/src/main.cpp index 175b4d348..1e5cc698f 100644 --- a/tests/projects/c++/modules/hello/src/main.cpp +++ b/tests/projects/c++/modules/hello/src/main.cpp @@ -3,4 +3,4 @@ import hello; int main() { hello::say("hello module!"); return 0; -} \ No newline at end of file +} -- cgit v1.3.1