forked from OSchip/llvm-project
[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:
parent
62f190ce9a
commit
38ac6bdb83
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue