Mark test using python as REQUIRES: python27.

llvm-svn: 221598
This commit is contained in:
Manuel Klimek 2014-11-10 15:29:29 +00:00
parent eb5e79550a
commit fb9e32b4b2
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// REQUIRES: python27
// ppc64 was compiled from this source on a big-endian 64-bit PowerPC box // ppc64 was compiled from this source on a big-endian 64-bit PowerPC box
// with just "clang -nostdlib": // with just "clang -nostdlib":
int foo() { return 0; } int foo() { return 0; }