summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Posix/getrandom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/getrandom.c b/compiler-rt/test/sanitizer_common/TestCases/Posix/getrandom.c
index fdc08bc4e93..ba615a72052 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/getrandom.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/getrandom.c
@@ -1,5 +1,5 @@
// RUN: %clang -O2 %s -o %t && %run %t
-// UNSUPPORTED: android netbsd darwin solaris
+// UNSUPPORTED: android, netbsd, darwin, solaris
//
#include <sys/types.h>
OpenPOWER on IntegriCloud