summaryrefslogtreecommitdiff
path: root/test cases/failing/13 array arithmetic
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-11-16 19:56:22 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2014-11-16 19:56:22 +0200
commite37424c9e16ebe7bdb374400d52616f9dcfd5074 (patch)
tree9efeb746fceace59951f84d086251b019a46d613 /test cases/failing/13 array arithmetic
parent707e721dd37519eb6cb3256d3a30778ac4bb0340 (diff)
downloadmeson-e37424c9e16ebe7bdb374400d52616f9dcfd5074.tar.gz
More strict type checking for arithmetic operations.
Diffstat (limited to 'test cases/failing/13 array arithmetic')
-rw-r--r--test cases/failing/13 array arithmetic/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/failing/13 array arithmetic/meson.build b/test cases/failing/13 array arithmetic/meson.build
index ceaa8bc08..3ddf06092 100644
--- a/test cases/failing/13 array arithmetic/meson.build
+++ b/test cases/failing/13 array arithmetic/meson.build
@@ -1,3 +1,3 @@
-project('array arithmetic')
+project('array arithmetic', 'c')
-foo = ['a', 'b'] * ['6', '4']
+foo = ['a', 'b'] * 3