mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Tests: Added a skip otherwise harness thinks a test failed
This commit is contained in:
parent
69483202fc
commit
2175849a81
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ int main (int, char**)
|
||||||
c.add ("right", 4, Color ("on blue"));
|
c.add ("right", 4, Color ("on blue"));
|
||||||
t.diag (c.str ());
|
t.diag (c.str ());
|
||||||
|
|
||||||
|
t.skip ("No implemented tests");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue