aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 3179f9b..4f688cd 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -951,7 +951,7 @@ class AllPlatformTests(BasePlatformTests):
self.assertPathDoesNotExist(exename)
def test_forcefallback(self):
- testdir = os.path.join(self.unit_test_dir, '26 forcefallback')
+ testdir = os.path.join(self.unit_test_dir, '27 forcefallback')
self.init(testdir, ['--wrap-mode=forcefallback'])
self.build()
self.run_tests()