diff options
| author | Arthur LAURENT <[email protected]> | 2022-12-12 19:21:56 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-12-12 19:21:56 +0100 |
| commit | aff3f765da3cd344bd0f8903ccd0d73b04fd9721 (patch) | |
| tree | 5bc1d7a427816eac85f96dde49d006adf9001785 /tests/projects/c++/modules/stdmodules/test | |
| parent | 2347d4ab4bf5d9bb3e5a9f67423df51313553b7e (diff) | |
update test
Diffstat (limited to 'tests/projects/c++/modules/stdmodules/test')
| -rw-r--r-- | tests/projects/c++/modules/stdmodules/test/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/stdmodules/test/test.cpp b/tests/projects/c++/modules/stdmodules/test/test.cpp index a12813c24..3deeff07e 100644 --- a/tests/projects/c++/modules/stdmodules/test/test.cpp +++ b/tests/projects/c++/modules/stdmodules/test/test.cpp @@ -1,4 +1,4 @@ -#ifdef _MSC_VER +#ifdef MSVC_MODULES import std.core; #else import std; |
