unit tests: Undo accidental disabling of test

Was accidentally merged.

https://github.com/mesonbuild/meson/pull/3240/files#r181593745
pull/3460/head
Nirbheek Chauhan 7 years ago committed by Nirbheek Chauhan
parent 05e4298dc5
commit 0dd4635842
  1. 1
      run_unittests.py

@ -1022,7 +1022,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