aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-23 20:13:44 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-23 20:13:44 +0000
commit74e50242250f8467300715b851e79e436f5f9938 (patch)
tree952f718077061b362d4a940758dc83b0b5cec16b
parentaa3209a24af4387374b39f724e5da82a404c87f1 (diff)
downloadexternal_llvm-74e50242250f8467300715b851e79e436f5f9938.zip
external_llvm-74e50242250f8467300715b851e79e436f5f9938.tar.gz
external_llvm-74e50242250f8467300715b851e79e436f5f9938.tar.bz2
Remove an XFAIL.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92036 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/LLVMC/MultiplePluginPriorities.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/LLVMC/MultiplePluginPriorities.td b/test/LLVMC/MultiplePluginPriorities.td
index b6b55de..721b7cc 100644
--- a/test/LLVMC/MultiplePluginPriorities.td
+++ b/test/LLVMC/MultiplePluginPriorities.td
@@ -1,6 +1,5 @@
// Check that multiple plugin priorities are not allowed.
// RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "More than one 'PluginPriority' instance found"
-// XFAIL: powerpc-apple-darwin
include "llvm/CompilerDriver/Common.td"