[Sanitizer]: Require !android for protoent test

This commit is contained in:
Gui Andrade 2020-07-08 23:07:46 +00:00
parent 18bd821f02
commit 158feabde4
1 changed files with 1 additions and 0 deletions

View File

@ -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>