[compiler-rt] c34b072 - [test][sanitizer] Fix REQUIRES in the test
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 13 00:05:12 PDT 2022
Author: Vitaly Buka
Date: 2022-08-13T00:04:55-07:00
New Revision: c34b0720cab825b91202d463813d71c256d52143
URL: https://github.com/llvm/llvm-project/commit/c34b0720cab825b91202d463813d71c256d52143
DIFF: https://github.com/llvm/llvm-project/commit/c34b0720cab825b91202d463813d71c256d52143.diff
LOG: [test][sanitizer] Fix REQUIRES in the test
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp
index 0d51d80fc768..4e1e12c2e047 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp
@@ -1,6 +1,6 @@
// RUN: %clangxx -O0 -g %s -o %t
//
-// REQUIRES: linux, freebsd
+// REQUIRES: linux || freebsd
#include <netdb.h>
#include <stdio.h>
More information about the llvm-commits
mailing list