From 41e170eb54a1a40554372c37a54f7918a2416067 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 13 Oct 2009 20:45:18 +0000 Subject: These tests now pass. llvm-svn: 84019 --- llvm/test/FrontendObjC/2009-08-17-DebugInfo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/FrontendObjC') 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; -- cgit v1.2.3