diff options
Diffstat (limited to 'test/asan/TestCases/Linux/calloc-preload.c')
-rw-r--r-- | test/asan/TestCases/Linux/calloc-preload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/calloc-preload.c b/test/asan/TestCases/Linux/calloc-preload.c index eb1c6738b6e92..e1f33192b57c6 100644 --- a/test/asan/TestCases/Linux/calloc-preload.c +++ b/test/asan/TestCases/Linux/calloc-preload.c @@ -7,7 +7,7 @@ // REQUIRES: asan-dynamic-runtime // // This way of setting LD_PRELOAD does not work with Android test runner. -// REQUIRES: not-android +// REQUIRES: !android #include <stdio.h> #include <stdlib.h> |