forked from OSchip/llvm-project
[sanitizer] Try to enable test on Android
#53721 suggests that it should work after https://reviews.llvm.org/D119461
This commit is contained in:
parent
1ce314ce6b
commit
24b30ec1ea
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue