From dd848e93ccf2722fb4aa44056436710b50bd4cdd Mon Sep 17 00:00:00 2001 From: Manuel Klimek Date: Tue, 11 Nov 2014 08:53:18 +0000 Subject: [PATCH] Was convinced in commit comments that requiring a specific python version is the wrong approach; reverting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221679 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-symbolizer/ppc64.test | 1 - 1 file changed, 1 deletion(-) diff --git a/test/tools/llvm-symbolizer/ppc64.test b/test/tools/llvm-symbolizer/ppc64.test index 44d91a259bb..fc8e4ffc7e2 100644 --- a/test/tools/llvm-symbolizer/ppc64.test +++ b/test/tools/llvm-symbolizer/ppc64.test @@ -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; } -- 2.34.1