aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/7 mixed
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-06-02 22:31:10 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-06-02 22:31:10 +0300
commit89aa4e2233f9583501a172cea46e5d421681d274 (patch)
tree4f436353c02d63a50dce6a5acf64cdabdd80f50d /test cases/common/7 mixed
parent8364bfcc6df6d41c34c5963f707b3cedf5a7e0cb (diff)
downloadmeson-89aa4e2233f9583501a172cea46e5d421681d274.zip
meson-89aa4e2233f9583501a172cea46e5d421681d274.tar.gz
meson-89aa4e2233f9583501a172cea46e5d421681d274.tar.bz2
C++ is now called cpp rather than cxx.
Diffstat (limited to 'test cases/common/7 mixed')
-rw-r--r--test cases/common/7 mixed/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/7 mixed/meson.build b/test cases/common/7 mixed/meson.build
index 7731551..af88a1e 100644
--- a/test cases/common/7 mixed/meson.build
+++ b/test cases/common/7 mixed/meson.build
@@ -1,3 +1,3 @@
-project('mixed C and C++', 'c', 'cxx')
+project('mixed C and C++', 'c', 'cpp')
exe = executable('prog', 'main.cc', 'func.c')
test('mixtest', exe)