Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix WindowsTests.test_modules under VS tools env with clang-cl
The windowstests.py 'test_modules' test incorrectly assumed we're dealing with the msvc compiler, when it's perfectly reasonable to be using the clang-cl compiler (i.e. through CXX=clang-cl env.var), which doesn't yet support C++ modules, so have added an extra skip check, along with a TODO/FIXME to refine the skip check with a version check when clang-cl supports modules.
- Loading branch information