[test][sanitizer] Fix REQUIRES in few tests
authorVitaly Buka <vitalybuka@google.com>
Wed, 10 Aug 2022 23:11:51 +0000 (16:11 -0700)
committerVitaly Buka <vitalybuka@google.com>
Wed, 10 Aug 2022 23:17:12 +0000 (16:17 -0700)
compiler-rt/test/sanitizer_common/TestCases/Linux/netent.cpp
compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp

index b18fc79..0c3a464 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clangxx -O0 -g %s -o %t
 //
-// REQUIRES: linux, freebsd
+// REQUIRES: linux || freebsd
 
 #include <inttypes.h>
 #include <netdb.h>
index 681f511..502e5d7 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clangxx -O0 -g %s -o %t
 //
-// REQUIRES: freebsd, netbsd
+// REQUIRES: freebsd || netbsd
 
 #include <assert.h>
 #include <stdlib.h>