mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Fix number of expected tests
This commit is contained in:
parent
7511882f9f
commit
0900c35767
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
int main (int, char**)
|
int main (int, char**)
|
||||||
{
|
{
|
||||||
UnitTest t (39);
|
UnitTest t (40);
|
||||||
|
|
||||||
// bool is_started () const;
|
// bool is_started () const;
|
||||||
// bool is_ended () const;
|
// bool is_ended () const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue