forked from OSchip/llvm-project
[Sanitizer]: Require !android for protoent test
This commit is contained in:
parent
18bd821f02
commit
158feabde4
|
@ -1,4 +1,5 @@
|
|||
// RUN: %clangxx -std=c++11 -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s
|
||||
// REQUIRES: !android
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in New Issue