diff options
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index a6be2e2..e0cd1ec 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1923,7 +1923,7 @@ int main(int argc, char **argv) { Test that identical targets in different subdirs do not collide if layout is flat. ''' - testdir = os.path.join(self.common_test_dir, '189 same target name flat layout') + testdir = os.path.join(self.common_test_dir, '192 same target name flat layout') self.init(testdir, extra_args=['--layout=flat']) self.build() |