From 637654f8efbe34a83e792b1f38393fc723f14074 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Thu, 10 Oct 2019 12:48:18 +0000 Subject: [Sanitizers] Fix getrandom test git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@374333 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/sanitizer_common/TestCases/Posix/getrandom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1