diff options
| author | Arthur LAURENT <[email protected]> | 2022-12-14 16:37:06 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-12-14 17:57:18 +0100 |
| commit | edcda9c35c05a90c1e6e110b559de69d78d1cc06 (patch) | |
| tree | 8513af54a0d0dd2dbae0a06ff07d2571815f17c0 /tests/projects/c++/modules/stdmodules/test | |
| parent | 5dce8f69e3c7b3130bafb631c67529f4c0474955 (diff) | |
remove old msvc modules preview
Diffstat (limited to 'tests/projects/c++/modules/stdmodules/test')
| -rw-r--r-- | tests/projects/c++/modules/stdmodules/test/test.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/projects/c++/modules/stdmodules/test/test.cpp b/tests/projects/c++/modules/stdmodules/test/test.cpp index 3deeff07e..7c6f7b4df 100644 --- a/tests/projects/c++/modules/stdmodules/test/test.cpp +++ b/tests/projects/c++/modules/stdmodules/test/test.cpp @@ -1,8 +1,4 @@ -#ifdef MSVC_MODULES -import std.core; -#else import std; -#endif import my_module; |
