diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2021-06-08 12:44:43 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2021-06-14 12:30:02 -0700 |
| commit | e2266e87083762b6c6fb17b77a316abca0e4dfa0 (patch) | |
| tree | c3244ad4448a37519e49dc38e7454b28f8f46f47 /test cases | |
| parent | 86704261a7227dc1681aa544e6d44e1b2f941fe1 (diff) | |
| download | meson-e2266e87083762b6c6fb17b77a316abca0e4dfa0.tar.gz | |
interpreter: use typed_*args for test and benchmark
this also requires some changes to the Rust module, as it calls into the
test code.
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/failing/23 rel testdir/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/23 rel testdir/test.json b/test cases/failing/23 rel testdir/test.json index ba983aba1..79ab48a43 100644 --- a/test cases/failing/23 rel testdir/test.json +++ b/test cases/failing/23 rel testdir/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/23 rel testdir/meson.build:4:0: ERROR: Workdir keyword argument must be an absolute path." + "line": "test cases/failing/23 rel testdir/meson.build:4:0: ERROR: benchmark keyword argument \"workdir\" must be an absolute path" } ] } |
