Fix: safeclib-test
This commit is contained in:
parent
a9cf2c719d
commit
2a1d6c6232
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ TEST ("allocation1024")
|
|||
for (int i = 0; i < 1024; ++i)
|
||||
{
|
||||
data[i] = lumiera_malloc (1024);
|
||||
ENSURE (data);
|
||||
ENSURE (data[i]);
|
||||
}
|
||||
for (int i = 0; i < 1024; ++i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue