diff options
author | Tanya Lattner <tonic@nondot.org> | 2006-11-08 20:16:05 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2006-11-08 20:16:05 +0000 |
commit | 185f755deb7a4e6c635ea5816d293dc6f1c718a4 (patch) | |
tree | 898c456b4b0bedd3bb9c7cad0dadcf937731815e /test/C++Frontend/2006-09-27-Debug-Protection.cpp | |
parent | 145b2536f3d7927944cacf14dd45f3a7e644e0da (diff) |
Should be xfailed for llvm-gcc3.4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/C++Frontend/2006-09-27-Debug-Protection.cpp')
-rw-r--r-- | test/C++Frontend/2006-09-27-Debug-Protection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/C++Frontend/2006-09-27-Debug-Protection.cpp b/test/C++Frontend/2006-09-27-Debug-Protection.cpp index 41b331f4aa..a15e86d2bd 100644 --- a/test/C++Frontend/2006-09-27-Debug-Protection.cpp +++ b/test/C++Frontend/2006-09-27-Debug-Protection.cpp @@ -1,3 +1,4 @@ +// XFAIL: llvmgcc3 // RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep 'uint 1,' && // RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep 'uint 2,' |