diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-18 14:44:49 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-19 00:04:14 +0300 |
commit | 64f8479097fa04c1b9e16646d203b78a43dbfd6b (patch) | |
tree | 15a90c2514362f86f5f9d34f1aa826f6fbb89126 /test cases | |
parent | ac6041e1107f97e156ff4314a31d909ce0c404ea (diff) | |
download | meson-64f8479097fa04c1b9e16646d203b78a43dbfd6b.zip meson-64f8479097fa04c1b9e16646d203b78a43dbfd6b.tar.gz meson-64f8479097fa04c1b9e16646d203b78a43dbfd6b.tar.bz2 |
In text, betterer grammer usings.
Diffstat (limited to 'test cases')
-rw-r--r-- | test cases/failing/33 non-root subproject/test.json | 2 | ||||
-rw-r--r-- | test cases/failing/78 subproj dependency not-found and required/test.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test cases/failing/33 non-root subproject/test.json b/test cases/failing/33 non-root subproject/test.json index a14cece..52baf6a 100644 --- a/test cases/failing/33 non-root subproject/test.json +++ b/test cases/failing/33 non-root subproject/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/33 non-root subproject/some/meson.build:1:0: ERROR: Subproject directory not found and someproj.wrap file not found" + "line": "test cases/failing/33 non-root subproject/some/meson.build:1:0: ERROR: Neither a subproject directory nor a someproj.wrap file was found." } ] } diff --git a/test cases/failing/78 subproj dependency not-found and required/test.json b/test cases/failing/78 subproj dependency not-found and required/test.json index 534b4f4..a89c0eb 100644 --- a/test cases/failing/78 subproj dependency not-found and required/test.json +++ b/test cases/failing/78 subproj dependency not-found and required/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/78 subproj dependency not-found and required/meson.build:2:0: ERROR: Subproject directory not found and missing.wrap file not found" + "line": "test cases/failing/78 subproj dependency not-found and required/meson.build:2:0: ERROR: Neither a subproject directory nor a missing.wrap file was found." } ] } |