heap/test_leak: changed requested memory on leak checks to match the threshold

This commit is contained in:
Felipe Neves
2019-11-11 11:34:37 +08:00
parent c0d12988d3
commit cf95ea40d4
4 changed files with 13 additions and 9 deletions

View File

@@ -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];