mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 10:22:55 +01:00
Fixed a test bug.
This commit is contained in:
parent
e12d84ebaa
commit
4b79fd1a00
@ -349,7 +349,7 @@ JSONTEST_FIXTURE( ValueTest, integers )
|
|||||||
checks.isIntegral_ = true;
|
checks.isIntegral_ = true;
|
||||||
JSONTEST_ASSERT_PRED( checkIs( val, checks ) );
|
JSONTEST_ASSERT_PRED( checkIs( val, checks ) );
|
||||||
|
|
||||||
#ifdef JSON_NO_INT64
|
#ifndef JSON_NO_INT64
|
||||||
JSONTEST_ASSERT( kuint32max == val.asLargestInt());
|
JSONTEST_ASSERT( kuint32max == val.asLargestInt());
|
||||||
#endif
|
#endif
|
||||||
JSONTEST_ASSERT( kuint32max == val.asUInt());
|
JSONTEST_ASSERT( kuint32max == val.asUInt());
|
||||||
|
Loading…
Reference in New Issue
Block a user