summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/sanitizer_common/TestCases/Posix/getrandom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/Posix/getrandom.c b/test/sanitizer_common/TestCases/Posix/getrandom.c
index fdc08bc4e..ba615a720 100644
--- a/test/sanitizer_common/TestCases/Posix/getrandom.c
+++ b/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>