diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-23 20:13:44 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-23 20:13:44 +0000 |
commit | a85e4017aa4edeb5775e0aa4d548fa8521a6f21b (patch) | |
tree | 952f718077061b362d4a940758dc83b0b5cec16b | |
parent | c81ce58306ce8d087ed3f5accd3212d2d08eb0a9 (diff) |
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.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/LLVMC/MultiplePluginPriorities.td b/test/LLVMC/MultiplePluginPriorities.td index b6b55dee34..721b7ccd0d 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" |