forked from OSchip/llvm-project
[MSAN] Exclude dn_expand test from Android.
Depends on 1a729bce86
Differential Revision: https://reviews.llvm.org/D126981
This commit is contained in:
parent
436fef21ef
commit
21f2ac9a2f
|
@ -1,5 +1,8 @@
|
|||
// RUN: %clangxx %s -o %t -lresolv && %run %t %p
|
||||
|
||||
// -lresolv fails on Android.
|
||||
// UNSUPPORTED: android
|
||||
|
||||
#include <assert.h>
|
||||
#include <resolv.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue