mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
heap/test_leak: changed requested memory on leak checks to match the threshold
This commit is contained in:
@@ -22,7 +22,7 @@ TEST_CASE("realloc shrink buffer in place", "[heap]")
|
||||
|
||||
#endif
|
||||
|
||||
TEST_CASE_ESP32("realloc move data to a new heap type", "[heap]")
|
||||
TEST_CASE("realloc move data to a new heap type", "[heap]")
|
||||
{
|
||||
const char *test = "I am some test content to put in the heap";
|
||||
char buf[64];
|
||||
|
Reference in New Issue
Block a user