summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-10-10 12:48:18 +0000
committerDavid Carlier <devnexen@gmail.com>2019-10-10 12:48:18 +0000
commit637654f8efbe34a83e792b1f38393fc723f14074 (patch)
treec5abd596d13c86e244751e8ed81e50cab84daad8
parentb8d5f6b4bb9527e27c74574d35683f3103868fd3 (diff)
downloadcompiler-rt-637654f8efbe34a83e792b1f38393fc723f14074.tar.gz
[Sanitizers] Fix getrandom test
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@374333 91177308-0d34-0410-b5e6-96231b3b80d8
-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>