mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-05-05 12:25:07 +02:00
Allow mixed configuration in compilation units (issue #809)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <ArduinoJson/Numbers/FloatParts.hpp>
|
||||
#include <catch.hpp>
|
||||
|
||||
using namespace ArduinoJson::Internals;
|
||||
using namespace ARDUINOJSON_NAMESPACE;
|
||||
|
||||
TEST_CASE("FloatParts<double>") {
|
||||
SECTION("1.7976931348623157E+308") {
|
||||
|
||||
Reference in New Issue
Block a user