diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-02-24 00:37:28 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-02-24 00:37:28 +0000 |
commit | d1d1c8b3d5eae2de96fc83f2b807556f1b8f85b0 (patch) | |
tree | d0c2f49792edb44a67bc186ee9f83172078c1686 /test | |
parent | 5622f07a21b799964dc172925b9ebc38191859f6 (diff) | |
download | external_llvm-d1d1c8b3d5eae2de96fc83f2b807556f1b8f85b0.zip external_llvm-d1d1c8b3d5eae2de96fc83f2b807556f1b8f85b0.tar.gz external_llvm-d1d1c8b3d5eae2de96fc83f2b807556f1b8f85b0.tar.bz2 |
Un-XFAIL this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/FrontendC++/2006-11-06-StackTrace.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/FrontendC++/2006-11-06-StackTrace.cpp b/test/FrontendC++/2006-11-06-StackTrace.cpp index e4821b4..55b34ad 100644 --- a/test/FrontendC++/2006-11-06-StackTrace.cpp +++ b/test/FrontendC++/2006-11-06-StackTrace.cpp @@ -11,7 +11,6 @@ // Only works on ppc, x86 and x86_64. Should generalize? // XFAIL: alpha|ia64|arm -// XFAIL: * #include <stdlib.h> |