summaryrefslogtreecommitdiff
path: root/test cases/common
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common')
-rw-r--r--test cases/common/103 has header symbol/meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/test cases/common/103 has header symbol/meson.build b/test cases/common/103 has header symbol/meson.build
index 4f493e840..ecba2c58f 100644
--- a/test cases/common/103 has header symbol/meson.build
+++ b/test cases/common/103 has header symbol/meson.build
@@ -1,7 +1,10 @@
+# SPDX-License-Identifier: Apache-2.0
+# Copyright © 2024 Intel Corporation
+
project(
'has header symbol',
'c', 'cpp',
- default_options : ['cpp_std=c++11'],
+ default_options : ['cpp_std=c++14'],
)
cc = meson.get_compiler('c')