diff options
Diffstat (limited to 'test cases/common/56 array methods')
| -rw-r--r-- | test cases/common/56 array methods/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/56 array methods/meson.build b/test cases/common/56 array methods/meson.build index d323db8b2..e9e4969c7 100644 --- a/test cases/common/56 array methods/meson.build +++ b/test cases/common/56 array methods/meson.build @@ -18,7 +18,7 @@ if not file_list.contains(file_a[0]) endif if file_list.contains(file_c[0]) - error('Contains with ObjectHolder lists found non existent object') + error('Contains with ObjectHolder lists found nonexistent object') endif if empty.contains('abc') |
