mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Add missing semicolon (fixes #1857)
This commit is contained in:
		| @@ -165,7 +165,7 @@ TEST_CASE("copyArray()") { | |||||||
|     char json[32] = ""; |     char json[32] = ""; | ||||||
|     int source[][3] = {{1, 2, 3}, {4, 5, 6}}; |     int source[][3] = {{1, 2, 3}, {4, 5, 6}}; | ||||||
|  |  | ||||||
|     CAPTURE(SIZE) |     CAPTURE(SIZE); | ||||||
|  |  | ||||||
|     bool ok = copyArray(source, array); |     bool ok = copyArray(source, array); | ||||||
|     CAPTURE(doc.memoryUsage()); |     CAPTURE(doc.memoryUsage()); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user