We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40dd0f commit 2760c79Copy full SHA for 2760c79
src/test_lib_json/main.cpp
@@ -296,7 +296,10 @@ JSONTEST_FIXTURE(ValueTest, null) {
296
JSONTEST_ASSERT_EQUAL(0.0, null_.asFloat());
297
JSONTEST_ASSERT_STRING_EQUAL("", null_.asString());
298
299
+#if !defined(__ARMEL__)
300
+ // See line #165 of include/json/value.h
301
JSONTEST_ASSERT_EQUAL(Json::Value::null, null_);
302
+#endif
303
}
304
305
JSONTEST_FIXTURE(ValueTest, strings) {
0 commit comments