[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)
commit10e1d5080977c616121c6b9d0acd59a1c3daa9ac
tree9c589424557a6abcd996a273b37baff922a9c835
parent583371be4d341b92de8fe2fa0261b88c404ed31d
[test][ASAN] Fix incorrect REQUIRES directive for scandir.c

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