Skip to content

Commit 2760c79

Browse files
committed
1 parent f40dd0f commit 2760c79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/test_lib_json/main.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,10 @@ JSONTEST_FIXTURE(ValueTest, null) {
296296
JSONTEST_ASSERT_EQUAL(0.0, null_.asFloat());
297297
JSONTEST_ASSERT_STRING_EQUAL("", null_.asString());
298298

299+
#if !defined(__ARMEL__)
300+
// See line #165 of include/json/value.h
299301
JSONTEST_ASSERT_EQUAL(Json::Value::null, null_);
302+
#endif
300303
}
301304

302305
JSONTEST_FIXTURE(ValueTest, strings) {

0 commit comments

Comments
 (0)