mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 18:10:27 +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;
|
||||
JSONTEST_ASSERT_PRED( checkIs( val, checks ) );
|
||||
|
||||
#ifdef JSON_NO_INT64
|
||||
#ifndef JSON_NO_INT64
|
||||
JSONTEST_ASSERT( kuint32max == val.asLargestInt());
|
||||
#endif
|
||||
JSONTEST_ASSERT( kuint32max == val.asUInt());
|
||||
|
Loading…
Reference in New Issue
Block a user