Skip to content

Commit

Permalink
Fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed May 28, 2024
1 parent f2abaa6 commit 706ea6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/fail_reallocf.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#include <memory>
#include <lib_rt_check.h>

int main()
{
#if __APPLE_
#if __APPLE__
auto res = malloc (1024);

realtime_context rc;
rtc::realtime_context rc;
res = reallocf (res, 1024 * 4);

return 0;
Expand Down

0 comments on commit 706ea6d

Please sign in to comment.