[ASAN] Moved mmap/munmap test to posix.
authorKirill Stoimenov <kstoimenov@google.com>
Fri, 7 Jul 2023 22:24:38 +0000 (22:24 +0000)
committerKirill Stoimenov <kstoimenov@google.com>
Fri, 7 Jul 2023 22:42:31 +0000 (22:42 +0000)
compiler-rt/test/asan/TestCases/Posix/mapped_mem_interceptors.c [moved from compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c with 96% similarity]

@@ -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>