summaryrefslogtreecommitdiff
path: root/test cases/failing/62 wrong boost module/test.json
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2025-10-27 10:01:02 -0700
committerDylan Baker <dylan@pnwbakers.com>2025-12-17 14:47:18 -0800
commit195dab0ea81986fe8cdcec6072fa67f978af3135 (patch)
treef88c4f93b0379027396f7ae1463ad92f352d57bd /test cases/failing/62 wrong boost module/test.json
parentc335eeae504cbcee2d27604232dc7e8b7e4d3caa (diff)
downloadmeson-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.json2
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)"
}
]
}