[sanitizer] Disable posix_spawn.c test on Android.

This commit is contained in:
Matt Morehouse 2021-11-01 06:22:48 -07:00
parent 54e969cffd
commit b298d6d162
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
// RUN: %clang %s -o %t && %run %t 2>&1 | FileCheck %s
//
// Older versions of Android do not have certain posix_spawn* functions.
// UNSUPPORTED: android
#include <assert.h>
#include <spawn.h>