From: Devang Patel Date: Fri, 12 Dec 2008 22:42:35 +0000 (+0000) Subject: Re-enable test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9e269f05dbf021560ec3d0647afab0aa7cfb35b2;p=oota-llvm.git Re-enable test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60968 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC++/2006-09-27-Debug-Protection.cpp b/test/FrontendC++/2006-09-27-Debug-Protection.cpp index 46ffe7c550c..cb09bd0a974 100644 --- a/test/FrontendC++/2006-09-27-Debug-Protection.cpp +++ b/test/FrontendC++/2006-09-27-Debug-Protection.cpp @@ -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;