diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-11-03 10:28:52 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-11-12 08:14:37 -0800 |
| commit | 6198aaa30c99fc3c183dfdacf789fa05d9d268d8 (patch) | |
| tree | 1807dcf13df7b4076092bd68d9ad3acfbeaaf779 /test cases/failing | |
| parent | 8b30058c0f845fd85515865b4fca8cd0f8ab10ce (diff) | |
| download | meson-6198aaa30c99fc3c183dfdacf789fa05d9d268d8.tar.gz | |
interpreter: Move most of the remaining validation to the Interpreter
What's left requires the Environment, so it will have to be handled in
the interpreter implementation for now.
Diffstat (limited to 'test cases/failing')
| -rw-r--r-- | test cases/failing/87 pch source different folder/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/87 pch source different folder/test.json b/test cases/failing/87 pch source different folder/test.json index 0a9d39d6f..fd18d6866 100644 --- a/test cases/failing/87 pch source different folder/test.json +++ b/test cases/failing/87 pch source different folder/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/87 pch source different folder/meson.build:4:6: ERROR: PCH files must be stored in the same folder." + "line": "test cases/failing/87 pch source different folder/meson.build:4:6: ERROR: executable keyword argument \"c_pch\" PCH files must be stored in the same folder." } ] } |
