Was convinced in commit comments that requiring a specific python version is the...
authorManuel Klimek <klimek@google.com>
Tue, 11 Nov 2014 08:53:18 +0000 (08:53 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 11 Nov 2014 08:53:18 +0000 (08:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221679 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-symbolizer/ppc64.test

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