diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-11-16 19:56:22 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-11-16 19:56:22 +0200 |
| commit | e37424c9e16ebe7bdb374400d52616f9dcfd5074 (patch) | |
| tree | 9efeb746fceace59951f84d086251b019a46d613 /test cases/failing/13 array arithmetic | |
| parent | 707e721dd37519eb6cb3256d3a30778ac4bb0340 (diff) | |
| download | meson-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.build | 4 |
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 |
