aboutsummaryrefslogtreecommitdiff
path: root/unittests/windowstests.py
diff options
context:
space:
mode:
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 36a1f3f..37e9299 100644
--- a/unittests/windowstests.py
+++ b/unittests/windowstests.py
@@ -195,7 +195,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, '114 genvslite')
+ testdir = os.path.join(self.unit_test_dir, '115 genvslite')
env = get_fake_env(testdir, self.builddir, self.prefix)
cc = detect_c_compiler(env, MachineChoice.HOST)