diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:00:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:00:15 +0000 |
| commit | 63714eb5809e39666dec2454c354195e76f916ba (patch) | |
| tree | e3714cd783c265396c2ef3c117047e7c0ea41619 /test/sanitizer_common/TestCases/Linux/aligned_alloc.c | |
| parent | 0646903fc1f75f6e605754621119473ee083f4a4 (diff) | |
Notes
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/aligned_alloc.c')
| -rw-r--r-- | test/sanitizer_common/TestCases/Linux/aligned_alloc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/aligned_alloc.c b/test/sanitizer_common/TestCases/Linux/aligned_alloc.c deleted file mode 100644 index 12af18dd32a1..000000000000 --- a/test/sanitizer_common/TestCases/Linux/aligned_alloc.c +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %clang -std=c11 -O0 %s -o %t && %run %t -#include <stdlib.h> -extern void *aligned_alloc (size_t alignment, size_t size); -int main() { - volatile void *p = aligned_alloc(128, 1024); - free((void*)p); - return 0; -} |
