forked from OSchip/llvm-project
[test][sanitizer] Fix REQUIRES in few tests
This commit is contained in:
parent
6b7459115f
commit
27b1a8273d
|
@ -1,6 +1,6 @@
|
|||
// RUN: %clangxx -O0 -g %s -o %t
|
||||
//
|
||||
// REQUIRES: linux, freebsd
|
||||
// REQUIRES: linux || freebsd
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <netdb.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// RUN: %clangxx -O0 -g %s -o %t
|
||||
//
|
||||
// REQUIRES: freebsd, netbsd
|
||||
// REQUIRES: freebsd || netbsd
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue