diff options
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run_unittests.py b/run_unittests.py index 96ead5a..ecd277d 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3237,8 +3237,8 @@ int main(int argc, char **argv) { ('10 out of bounds', 'meson.build'), ('18 wrong plusassign', 'meson.build'), ('61 bad option argument', 'meson_options.txt'), - ('100 subdir parse error', os.path.join('subdir', 'meson.build')), - ('101 invalid option file', 'meson_options.txt'), + ('102 subdir parse error', os.path.join('subdir', 'meson.build')), + ('103 invalid option file', 'meson_options.txt'), ]: tdir = os.path.join(self.src_root, 'test cases', 'failing', t) |