Skip to content

Commit

Permalink
[sanitizer] Disable malloc_hook_skip on Darwin
Browse files Browse the repository at this point in the history
Followup to D123566
  • Loading branch information
vitalybuka committed Apr 14, 2022
1 parent 65d3850 commit 3a54bbb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3,6 +3,7 @@
// Test requires platform with thread local support with no dependency on malloc.
// UNSUPPORTED: android
// UNSUPPORTED: ios
// UNSUPPORTED: darwin

#include <assert.h>
#include <sanitizer/allocator_interface.h>
Expand Down

0 comments on commit 3a54bbb

Please sign in to comment.