[sanitizer_common] Disable onprint.cpp on Android.

The test fails to find the written file on Android.

llvm-svn: 373531
This commit is contained in:
Matt Morehouse 2019-10-02 21:38:22 +00:00
parent 62f190ce9a
commit 38ac6bdb83
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
// RUN: %clangxx %s -o %t
// RUN: %run %t %t-onprint.txt 2>%t-stderr.txt || true
// RUN: diff %t-onprint.txt %t-stderr.txt
//
// UNSUPPORTED: android
#include <cassert>
#include <cstdio>