diff options
Diffstat (limited to 'unittests/windowstests.py')
-rw-r--r-- | unittests/windowstests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/windowstests.py b/unittests/windowstests.py index f2517f2..9359642 100644 --- a/unittests/windowstests.py +++ b/unittests/windowstests.py @@ -359,3 +359,4 @@ class WindowsTests(BasePlatformTests): raise SkipTest('C++ modules are only supported with VS 2019 Preview or newer.') self.init(os.path.join(self.unit_test_dir, '86 cpp modules')) self.build() + |