aboutsummaryrefslogtreecommitdiff
path: root/unittests/windowstests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-08-15 11:33:57 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-08-15 13:18:35 +0300
commita90d2925ddfa4e1a19197ca39df8e73d7af6e689 (patch)
tree83ea1690eccc787dab83eb1ed7bd1a264c9b362e /unittests/windowstests.py
parent00bfbcbfa2a5c59f790962b3b1f7e1088fe08947 (diff)
downloadmeson-a90d2925ddfa4e1a19197ca39df8e73d7af6e689.zip
meson-a90d2925ddfa4e1a19197ca39df8e73d7af6e689.tar.gz
meson-a90d2925ddfa4e1a19197ca39df8e73d7af6e689.tar.bz2
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.py1
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()
+