[test][ASAN] Fix incorrect REQUIRES directive for scandir.c
authorJustin Cady <desk@justincady.com>
Mon, 12 Jun 2023 14:58:38 +0000 (10:58 -0400)
committerJustin Cady <desk@justincady.com>
Mon, 12 Jun 2023 15:16:31 +0000 (11:16 -0400)
The missing colon caused the test to run on unintended platforms.

Reviewed By: emaste

Differential Revision: https://reviews.llvm.org/D152711

compiler-rt/test/sanitizer_common/TestCases/scandir.c

index db634dc..20b5e11 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES (linux && !android) || freebsd
+// REQUIRES: (linux && !android) || freebsd
 
 // RUN: rm -rf %t-dir
 // RUN: mkdir -p %t-dir