diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-10-27 10:01:02 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-12-17 14:47:18 -0800 |
| commit | 195dab0ea81986fe8cdcec6072fa67f978af3135 (patch) | |
| tree | f88c4f93b0379027396f7ae1463ad92f352d57bd /test cases/failing/62 wrong boost module/test.json | |
| parent | c335eeae504cbcee2d27604232dc7e8b7e4d3caa (diff) | |
| download | meson-195dab0ea81986fe8cdcec6072fa67f978af3135.tar.gz | |
dependencies/detect: simplify logging tried methods
Avoid extra method calls and repeating ourselves.
Diffstat (limited to 'test cases/failing/62 wrong boost module/test.json')
| -rw-r--r-- | test cases/failing/62 wrong boost module/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/62 wrong boost module/test.json b/test cases/failing/62 wrong boost module/test.json index 75ef82b7e..2765ce917 100644 --- a/test cases/failing/62 wrong boost module/test.json +++ b/test cases/failing/62 wrong boost module/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/62 wrong boost module/meson.build:9:10: ERROR: Dependency \"boost\" not found, tried system" + "line": "test cases/failing/62 wrong boost module/meson.build:9:10: ERROR: Dependency \"boost\" not found (tried system)" } ] } |
