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

@@ -11,7 +11,7 @@
#include <stdlib.h>
#include <sys/param.h>
TEST_CASE_ESP32("Capabilities allocator test", "[heap]")
TEST_CASE("Capabilities allocator test", "[heap]")
{
char *m1, *m2[10];
int x;