diff options
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/run_unittests.py b/run_unittests.py index 25e7c31..ebecad1 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3075,8 +3075,6 @@ class AllPlatformTests(BasePlatformTests): @skip_if_not_base_option('b_lto_threads') def test_lto_threads(self): - if is_cygwin(): - raise unittest.SkipTest('LTO is broken on Cygwin.') testdir = os.path.join(self.common_test_dir, '6 linkshared') env = get_fake_env(testdir, self.builddir, self.prefix) |