diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-11-03 10:37:55 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-11-12 08:14:37 -0800 |
| commit | 4f1c618392972c935d83eb7939234b3b90479df5 (patch) | |
| tree | 68fe1afb0f735f9504609904f57d5aace6e1df8f /test cases | |
| parent | 6198aaa30c99fc3c183dfdacf789fa05d9d268d8 (diff) | |
| download | meson-4f1c618392972c935d83eb7939234b3b90479df5.tar.gz | |
intepreter: Move remaining PCH validation to Interpreter
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/failing/86 missing pch file/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/86 missing pch file/test.json b/test cases/failing/86 missing pch file/test.json index d6a50c237..cb269b706 100644 --- a/test cases/failing/86 missing pch file/test.json +++ b/test cases/failing/86 missing pch file/test.json @@ -2,7 +2,7 @@ "stdout": [ { "comment": "literal 'pch/prog.h' from meson.build appears in output, irrespective of os.path.sep", - "line": "test cases/failing/86 missing pch file/meson.build:2:6: ERROR: File pch/prog.h does not exist." + "line": "test cases/failing/86 missing pch file/meson.build:2:6: ERROR: The following PCH files do not exist: pch/prog.h, pch/prog_pch.c" } ] } |
