summaryrefslogtreecommitdiff
path: root/unittests/windowstests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2025-01-09 15:42:09 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2025-01-09 16:52:16 +0200
commit0279acbfe54a83fa110cf7587b480e8f38adc634 (patch)
tree290cf8bf417be04b19a6b71c95b4cd61ddaea5e3 /unittests/windowstests.py
parent910db36e3851f384b4aa2bfb834af92f88b61d77 (diff)
downloadmeson-0279acbfe54a83fa110cf7587b480e8f38adc634.tar.gz
Condensed directory names for release.
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 8448ab164..f602d5f2e 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, '117 genvslite')
+ testdir = os.path.join(self.unit_test_dir, '118 genvslite')
env = get_fake_env(testdir, self.builddir, self.prefix)
cc = detect_c_compiler(env, MachineChoice.HOST)