diff options
Diffstat (limited to 'unittests/windowstests.py')
-rw-r--r-- | unittests/windowstests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/windowstests.py b/unittests/windowstests.py index 9359642..f2517f2 100644 --- a/unittests/windowstests.py +++ b/unittests/windowstests.py @@ -359,4 +359,3 @@ 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() - |