diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-05 21:35:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-05 21:35:44 +0000 |
commit | 5f2a3df54dc61cd643f4d5e4a4907dd75f1465cd (patch) | |
tree | 494fe6c7b3cd1d151b598accf0c3b6fe65313e2f /test/C++Frontend | |
parent | 6169f85e4a66d2edf9b5b1f16fa329025c2aa5ad (diff) | |
download | external_llvm-5f2a3df54dc61cd643f4d5e4a4907dd75f1465cd.zip external_llvm-5f2a3df54dc61cd643f4d5e4a4907dd75f1465cd.tar.gz external_llvm-5f2a3df54dc61cd643f4d5e4a4907dd75f1465cd.tar.bz2 |
llvm-gcc3 is gone
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/C++Frontend')
-rw-r--r-- | test/C++Frontend/2006-09-27-Debug-Protection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/C++Frontend/2006-09-27-Debug-Protection.cpp b/test/C++Frontend/2006-09-27-Debug-Protection.cpp index 27cbc0f..d9a25aa 100644 --- a/test/C++Frontend/2006-09-27-Debug-Protection.cpp +++ b/test/C++Frontend/2006-09-27-Debug-Protection.cpp @@ -1,4 +1,3 @@ -// XFAIL: llvmgcc3 // RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 1,} // RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 2,} |