summaryrefslogtreecommitdiff
path: root/unittests/windowstests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2025-04-14 22:14:50 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2025-04-14 23:36:31 +0300
commitcdf4b39e6f0a94ae14fc923bb54a04e846bcc2d7 (patch)
tree90591169093573abf40db5895ebc5d7f428c3285 /unittests/windowstests.py
parent028abfe87c5d3b4dfe8a29472119aa1581beb215 (diff)
downloadmeson-cdf4b39e6f0a94ae14fc923bb54a04e846bcc2d7.tar.gz
Condense directory names for 1.8 rc1.
Diffstat (limited to 'unittests/windowstests.py')
-rw-r--r--unittests/windowstests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/windowstests.py b/unittests/windowstests.py
index 9506a75ef..7fa4ab286 100644
--- a/unittests/windowstests.py
+++ b/unittests/windowstests.py
@@ -185,7 +185,7 @@ class WindowsTests(BasePlatformTests):
if self.backend is not Backend.ninja:
raise SkipTest('Test only applies when using the Ninja backend')
- testdir = os.path.join(self.unit_test_dir, '118 genvslite')
+ testdir = os.path.join(self.unit_test_dir, '117 genvslite')
env = get_fake_env(testdir, self.builddir, self.prefix)
cc = detect_c_compiler(env, MachineChoice.HOST)