aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-13 21:19:13 +0000
committerChris Lattner <sabre@nondot.org>2006-04-13 21:19:13 +0000
commita7143ce29d38a61498bbebc5a41a82a947e6d433 (patch)
tree411ce7f9c6a9e176b88f72a3e9afaa164b47a7a0 /test/CFrontend
parentdb4264fee105b216c7a4ad6505ccbaea2f17401c (diff)
downloadexternal_llvm-a7143ce29d38a61498bbebc5a41a82a947e6d433.zip
external_llvm-a7143ce29d38a61498bbebc5a41a82a947e6d433.tar.gz
external_llvm-a7143ce29d38a61498bbebc5a41a82a947e6d433.tar.bz2
My addition of the xfail marker threw off the line #. move it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27678 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend')
-rw-r--r--test/CFrontend/2005-12-04-DeclarationLineNumbers.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CFrontend/2005-12-04-DeclarationLineNumbers.c b/test/CFrontend/2005-12-04-DeclarationLineNumbers.c
index bc841af..1118dfa 100644
--- a/test/CFrontend/2005-12-04-DeclarationLineNumbers.c
+++ b/test/CFrontend/2005-12-04-DeclarationLineNumbers.c
@@ -1,7 +1,6 @@
// RUN: %llvmgcc %s -S -g -o - | grep 'llvm.dbg.stoppoint.*uint 14'
// PR664: ensure that line #'s are emitted for declarations
-// XFAIL: llvmgcc4
short test(short br_data_0,
short br_data_1,
@@ -21,3 +20,6 @@ short s1625 = sm16 + sm25;
return s0734 + s1625;
}
+
+// FIXME: PR735
+// XFAIL: llvmgcc4