mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	clang-format: set IndentPPDirectives to AfterHash
This commit is contained in:
		| @@ -6,11 +6,11 @@ | ||||
| #include <ArduinoJson.h> | ||||
|  | ||||
| #if defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ >= 8 | ||||
| #error This test requires sizeof(long) < 8 | ||||
| #  error This test requires sizeof(long) < 8 | ||||
| #endif | ||||
|  | ||||
| #if !ARDUINOJSON_HAS_LONG_LONG | ||||
| #error This test requires C++11 | ||||
| #  error This test requires C++11 | ||||
| #endif | ||||
|  | ||||
| ARDUINOJSON_ASSERT_INTEGER_TYPE_IS_SUPPORTED(long long) | ||||
|   | ||||
| @@ -6,11 +6,11 @@ | ||||
| #include <ArduinoJson.h> | ||||
|  | ||||
| #if defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ >= 8 | ||||
| #error This test requires sizeof(long) < 8 | ||||
| #  error This test requires sizeof(long) < 8 | ||||
| #endif | ||||
|  | ||||
| #if !ARDUINOJSON_HAS_LONG_LONG | ||||
| #error This test requires C++11 | ||||
| #  error This test requires C++11 | ||||
| #endif | ||||
|  | ||||
| int main() { | ||||
|   | ||||
| @@ -6,7 +6,7 @@ | ||||
| #include <catch.hpp> | ||||
|  | ||||
| #if defined(__clang__) | ||||
| #define CONFLICTS_WITH_BUILTIN_OPERATOR | ||||
| #  define CONFLICTS_WITH_BUILTIN_OPERATOR | ||||
| #endif | ||||
|  | ||||
| TEST_CASE("unsigned char[]") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user