[llvm-commits] [llvm] r60968 - /llvm/trunk/test/FrontendC++/2006-09-27-Debug-Protection.cpp
Devang Patel
dpatel at apple.com
Fri Dec 12 14:42:35 PST 2008
Author: dpatel
Date: Fri Dec 12 16:42:35 2008
New Revision: 60968
URL: http://llvm.org/viewvc/llvm-project?rev=60968&view=rev
Log:
Re-enable test.
Modified:
llvm/trunk/test/FrontendC++/2006-09-27-Debug-Protection.cpp
Modified: llvm/trunk/test/FrontendC++/2006-09-27-Debug-Protection.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2006-09-27-Debug-Protection.cpp?rev=60968&r1=60967&r2=60968&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2006-09-27-Debug-Protection.cpp (original)
+++ llvm/trunk/test/FrontendC++/2006-09-27-Debug-Protection.cpp Fri Dec 12 16:42:35 2008
@@ -1,6 +1,5 @@
// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 1,}
// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 2,}
-// XFAIL: *
class A {
public:
int x;
More information about the llvm-commits
mailing list