Remove locking config (#3519)
This flag is no longer needed. It was used to control file locking on the *.data files. Co-authored-by: Sebastian Carlos <sebastiancarlos@gmail.com>
This commit is contained in:
@@ -52,7 +52,6 @@ class TestDiagnostics(TestCase):
|
||||
self.tap(out)
|
||||
self.assertRegex(out, r"Compliance:\s+C\+\+17")
|
||||
self.assertIn("edlin", out)
|
||||
self.assertIn("Locking", out)
|
||||
|
||||
def test_64bit_time_t(self):
|
||||
"""Test that time_t has size of 64 bits"""
|
||||
|
||||
Reference in New Issue
Block a user