[Sanitizers] Fix getrandom test

llvm-svn: 374333
This commit is contained in:
David Carlier 2019-10-10 12:48:18 +00:00
parent 9adea6e4fa
commit 69c9c223a0
1 changed files with 1 additions and 1 deletions

View File

@ -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>