[ASAN] Moved mmap/munmap test to posix.

This commit is contained in:
Kirill Stoimenov 2023-07-07 22:24:38 +00:00
parent ece2294b9a
commit 3c0ae1f5ab

View File

@ -1,7 +1,6 @@
// Test for mmap/munmap interceptors.
// RUN: %clang_asan %s -o %t
// RUN: %run %t 2>&1
// UNSUPPORTED: target={{.*windows.*}}
#include <assert.h>
#include <sanitizer/asan_interface.h>