summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2006-11-08 20:05:36 +0000
committerTanya Lattner <tonic@nondot.org>2006-11-08 20:05:36 +0000
commitad56d30c908cc93c32f04af6ca69fc7e1380709a (patch)
treefca5713e4cb18968061eff076281fb77775dd782
parentb0fee6432485e497f013daeba8bb8651b4512c1a (diff)
downloadllvm-ad56d30c908cc93c32f04af6ca69fc7e1380709a.tar.gz
This test should be marked to xfail on llvmgcc-3.4
llvm-svn: 31564
-rw-r--r--llvm/test/Regression/C++Frontend/2006-09-27-Debug-Protection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Regression/C++Frontend/2006-09-27-Debug-Protection.cpp b/llvm/test/Regression/C++Frontend/2006-09-27-Debug-Protection.cpp
index 41b331f4aa84..a15e86d2bd19 100644
--- a/llvm/test/Regression/C++Frontend/2006-09-27-Debug-Protection.cpp
+++ b/llvm/test/Regression/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,'