From 16b6b2d41196367084b9a7ed3392ca1d427e6bd7 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sat, 16 Feb 2019 20:34:30 +0100 Subject: Use c++14 instead of c++17 in the tests --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_unittests.py') diff --git a/run_unittests.py b/run_unittests.py index 272a38b..e6df87a 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -5348,7 +5348,7 @@ class RewriterTests(BasePlatformTests): out = self.extract_test_data(out) expected = { 'kwargs': { - 'project#': {'version': '0.0.1', 'default_options': ['cpp_std=c++17', 'debug=true']}, + 'project#': {'version': '0.0.1', 'default_options': ['cpp_std=c++14', 'debug=true']}, 'target#tgt1': {'build_by_default': True}, 'dependency#dep1': {'required': False} } -- cgit v1.1