aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-26 23:26:00 +0000
committerEric Christopher <echristo@apple.com>2011-07-26 23:26:00 +0000
commit0cdb55b4347458c898e77d2255df71ebca194c3f (patch)
tree1e9cdd1cb26f7d64f5159ba45e980b8bf15ea4de
parent191591336f639dad1504e863733fb831645c1644 (diff)
This appears to be passing on all hosts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136182 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/2009-03-13-dbg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/2009-03-13-dbg.c b/test/CodeGen/2009-03-13-dbg.c
index 8326bc6eb0..8f48830e8e 100644
--- a/test/CodeGen/2009-03-13-dbg.c
+++ b/test/CodeGen/2009-03-13-dbg.c
@@ -1,5 +1,2 @@
// RUN: %clang_cc1 %s -emit-llvm -g -o /dev/null
-// XTARGET: darwin,linux
-// XFAIL: *
void foo() {}
-