[MSAN] Exclude dn_expand test from Android.

Depends on 1a729bce86

Differential Revision: https://reviews.llvm.org/D126981
This commit is contained in:
Kevin Athey 2022-06-03 11:14:59 -07:00
parent 436fef21ef
commit 21f2ac9a2f
1 changed files with 3 additions and 0 deletions

View File

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