mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: We are enforcing C++14 compliance
From the 2.6.0 version onwards we are enforcing C++14 compliance. Test accordingly.
This commit is contained in:
parent
ef3c1bc090
commit
0e052b6415
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class TestDiagnostics(TestCase):
|
|||
self.t.activate_hooks()
|
||||
code, out, err = self.t.diag()
|
||||
self.tap(out)
|
||||
self.assertRegexpMatches(out, "Compliance:\s+C\+\+11")
|
||||
self.assertRegexpMatches(out, "Compliance:\s+C\+\+14")
|
||||
self.assertRegexpMatches(out, "libgnutls:\s+\d+\.\d+\.\d+")
|
||||
self.assertIn("edlin", out)
|
||||
self.assertIn("strict", out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue