git-svn-id: svn://ultimatepp.org/upp/trunk@6245 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-08-17 15:57:51 +00:00
parent a373fc16a4
commit e98e15dc02
2 changed files with 53 additions and 12 deletions

View file

@ -2,7 +2,7 @@
using namespace Upp;
void Test(const char *text, const char *fmt)
void Test(const char *text)
{
Time tm;
const char *q = StrToTime(tm, text);
@ -21,7 +21,5 @@ CONSOLE_APP_MAIN
Test("15.12.2005 12 foo!");
Test("15.12.2005 foo!");
Test("uck!");
ASSERT(
}