[sanitizer] Try to enable test on Android

#53721 suggests that it should work after https://reviews.llvm.org/D119461
This commit is contained in:
Vitaly Buka 2022-02-10 11:51:29 -08:00 committed by GitHub
parent 1ce314ce6b
commit 24b30ec1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
//
// RUN: %clangxx %s -o %t && %run %t 2>&1
// connect() fails on Android.
// UNSUPPORTED: android
#include <assert.h>
#include <errno.h>
#include <netinet/in.h>