diff options
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/common/35 string operations/meson.build | 2 | ||||
| -rw-r--r-- | test cases/common/35 string operations/test.json | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/test cases/common/35 string operations/meson.build b/test cases/common/35 string operations/meson.build index 54eab88df..b86e13a1a 100644 --- a/test cases/common/35 string operations/meson.build +++ b/test cases/common/35 string operations/meson.build @@ -1,4 +1,4 @@ -project('string formatting', 'c', meson_version: '>=0.59.0') +project('string formatting', 'c') templ = '@0@bar@1@' diff --git a/test cases/common/35 string operations/test.json b/test cases/common/35 string operations/test.json deleted file mode 100644 index 96f965947..000000000 --- a/test cases/common/35 string operations/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stdout": [ - { - "line": "WARNING: Project targeting '>=0.59.0' but tried to use feature introduced in '0.60.0': str.join (varargs). List-flattening and variadic arguments" - } - ] -} |
