diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-12-18 00:27:15 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-12-18 00:27:15 +0000 |
commit | 10ef02e2c83607c507e6db7b5f44ee5f3225f000 (patch) | |
tree | 2fdc60aa6eea341065ac5bced35c26f371a8fb70 /test/FrontendC++ | |
parent | 13d10096e1e2c1185c89d94ca69827a737550afd (diff) |
Do not XFAIL.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++')
-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 e4821b4a07..55b34ad82d 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> |