diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/netent.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/netent.cpp index b18fc79330ec..0c3a464a541e 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/netent.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/netent.cpp @@ -1,6 +1,6 @@ // RUN: %clangxx -O0 -g %s -o %t // -// REQUIRES: linux, freebsd +// REQUIRES: linux || freebsd #include #include diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp index 681f511b330b..502e5d712713 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp @@ -1,6 +1,6 @@ // RUN: %clangxx -O0 -g %s -o %t // -// REQUIRES: freebsd, netbsd +// REQUIRES: freebsd || netbsd #include #include