summaryrefslogtreecommitdiff
path: root/test/FrontendC++/2006-09-27-Debug-Protection.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-12-12 22:42:35 +0000
committerDevang Patel <dpatel@apple.com>2008-12-12 22:42:35 +0000
commit9e269f05dbf021560ec3d0647afab0aa7cfb35b2 (patch)
tree7481575e02bd791151ce2a1a074c7168c5f2521e /test/FrontendC++/2006-09-27-Debug-Protection.cpp
parent8358099bcb85077e3ad65f1f15a9c60a9f18922d (diff)
downloadllvm-9e269f05dbf021560ec3d0647afab0aa7cfb35b2.tar.gz
llvm-9e269f05dbf021560ec3d0647afab0aa7cfb35b2.tar.bz2
llvm-9e269f05dbf021560ec3d0647afab0aa7cfb35b2.tar.xz
Re-enable test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++/2006-09-27-Debug-Protection.cpp')
-rw-r--r--test/FrontendC++/2006-09-27-Debug-Protection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/FrontendC++/2006-09-27-Debug-Protection.cpp b/test/FrontendC++/2006-09-27-Debug-Protection.cpp
index 46ffe7c550..cb09bd0a97 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;