summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata/grpc/grpc_cpp.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/grpc/grpc_cpp.qbs')
-rw-r--r--tests/auto/blackbox/testdata/grpc/grpc_cpp.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/grpc/grpc_cpp.qbs b/tests/auto/blackbox/testdata/grpc/grpc_cpp.qbs
index a7debfa07..dd2184c7e 100644
--- a/tests/auto/blackbox/testdata/grpc/grpc_cpp.qbs
+++ b/tests/auto/blackbox/testdata/grpc/grpc_cpp.qbs
@@ -11,7 +11,7 @@ CppApplication {
}
Depends { name: "cpp" }
- cpp.cxxLanguageVersion: "c++14"
+ cpp.cxxLanguageVersion: "c++17"
cpp.minimumMacosVersion: "10.8"
cpp.warningLevel: "none"