[test][sanitizer] Fix REQUIRES in few tests

This commit is contained in:
Vitaly Buka 2022-08-10 16:11:51 -07:00
parent 6b7459115f
commit 27b1a8273d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// RUN: %clangxx -O0 -g %s -o %t
//
// REQUIRES: linux, freebsd
// REQUIRES: linux || freebsd
#include <inttypes.h>
#include <netdb.h>

View File

@ -1,6 +1,6 @@
// RUN: %clangxx -O0 -g %s -o %t
//
// REQUIRES: freebsd, netbsd
// REQUIRES: freebsd || netbsd
#include <assert.h>
#include <stdlib.h>