diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-08-15 11:33:57 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-08-15 13:18:35 +0300 |
| commit | a90d2925ddfa4e1a19197ca39df8e73d7af6e689 (patch) | |
| tree | 83ea1690eccc787dab83eb1ed7bd1a264c9b362e /unittests/windowstests.py | |
| parent | 00bfbcbfa2a5c59f790962b3b1f7e1088fe08947 (diff) | |
| download | meson-a90d2925ddfa4e1a19197ca39df8e73d7af6e689.tar.gz | |
Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"
This reverts commit 0b97d585480e973d8b149618901f7a4ddfa1a906.
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 f2517f2c4..935964209 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() + |
