Skip to content

Commit ad5f789

Browse files
committed
[test][sanitizer] Fix REQUIRES of the test
getnetent is availible from API 28
1 parent e87ee2f commit ad5f789

File tree

1 file changed

+1
-1
lines changed
  • compiler-rt/test/sanitizer_common/TestCases/Linux

1 file changed

+1
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/Linux/netent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clangxx -O0 -g %s -o %t
22
//
3-
// REQUIRES: linux || freebsd
3+
// REQUIRES: (linux && !android) || freebsd || android-28
44

55
#include <inttypes.h>
66
#include <netdb.h>

0 commit comments

Comments
 (0)