mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-18 06:06:01 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@7566 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e045e729cd
commit
136da2bcc9
1 changed files with 1 additions and 1 deletions
|
|
@ -4,8 +4,8 @@ using namespace Upp;
|
|||
|
||||
void Test(Convert& cv, const char *s, Value res)
|
||||
{
|
||||
DDUMP(cv.Scan(s));
|
||||
Value v = cv.Scan(s);
|
||||
LOG(s << ": " << v);
|
||||
if(IsError(res))
|
||||
ASSERT(IsError(v));
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue