summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendObjC
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-10-13 20:45:18 +0000
committerDevang Patel <dpatel@apple.com>2009-10-13 20:45:18 +0000
commit41e170eb54a1a40554372c37a54f7918a2416067 (patch)
tree6d51d5774596617074869e695504b8732f96d0e6 /llvm/test/FrontendObjC
parent7460e0822f1221540350ea8b288b3f9754134012 (diff)
downloadbcm5719-llvm-41e170eb54a1a40554372c37a54f7918a2416067.tar.gz
bcm5719-llvm-41e170eb54a1a40554372c37a54f7918a2416067.zip
These tests now pass.
llvm-svn: 84019
Diffstat (limited to 'llvm/test/FrontendObjC')
-rw-r--r--llvm/test/FrontendObjC/2009-08-17-DebugInfo.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m b/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m
index 235c551af02..0bc4e9a6d6c 100644
--- a/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m
+++ b/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m
@@ -6,7 +6,7 @@
// RUN: echo {break randomFunc\n} > %t.in
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | \
// RUN: grep {Breakpoint 1 at 0x.*: file 2009-08-17-DebugInfo.m, line 21}
-// XFAIL: *
+// XTARGET: darwin
@interface MyClass
{
int my;
OpenPOWER on IntegriCloud