unit tests: Undo accidental disabling of test

Was accidentally merged.

https://github.com/mesonbuild/meson/pull/3240/files#r181593745
0.46
Nirbheek Chauhan 7 years ago
parent 76ed37a9ec
commit 591bc3b972
  1. 1
      run_unittests.py

@ -1020,7 +1020,6 @@ class AllPlatformTests(BasePlatformTests):
self._run(self.mtest_command + ['--setup=timeout'])
def test_testsetup_selection(self):
return
testdir = os.path.join(self.unit_test_dir, '13 testsetup selection')
self.init(testdir)
self.build()

Loading…
Cancel
Save