These tests now pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84019 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel
2009-10-13 20:45:18 +00:00
parent 4e1ed88026
commit 9578c7aad6
3 changed files with 1 additions and 3 deletions

View File

@@ -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;