[llvm-commits] [llvm] r65355 - /llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp
Bill Wendling
isanbard at gmail.com
Mon Feb 23 16:37:28 PST 2009
Author: void
Date: Mon Feb 23 18:37:28 2009
New Revision: 65355
URL: http://llvm.org/viewvc/llvm-project?rev=65355&view=rev
Log:
Un-XFAIL this test.
Modified:
llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp
Modified: llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2006-11-06-StackTrace.cpp?rev=65355&r1=65354&r2=65355&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp (original)
+++ llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp Mon Feb 23 18:37:28 2009
@@ -11,7 +11,6 @@
// Only works on ppc, x86 and x86_64. Should generalize?
// XFAIL: alpha|ia64|arm
-// XFAIL: *
#include <stdlib.h>
More information about the llvm-commits
mailing list