mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Update diag.t to correct C++ version
The default C++ version was updated in 4729876
and this commit reflects
this change in the test.
This commit is contained in:
parent
ca1e2a5a6b
commit
cad9a4f834
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.assertRegex(out, "Compliance:\s+C\+\+14")
|
||||
self.assertRegex(out, "Compliance:\s+C\+\+17")
|
||||
self.assertRegex(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