Mark test using python as REQUIRES: python27.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221598 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Manuel Klimek 2014-11-10 15:29:29 +00:00
parent 75318bcc3c
commit d8d51ffe26

View File

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