diff options
| author | Devang Patel <dpatel@apple.com> | 2009-10-13 20:45:18 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2009-10-13 20:45:18 +0000 |
| commit | 9578c7aad61935364b28677f19e330b621016148 (patch) | |
| tree | 2dacb622918794cb6c93681616eb7c6c987782a0 /test/FrontendObjC | |
| parent | 4e1ed88026dadbb508930b3dd30f84bffd01da7e (diff) | |
| download | external_llvm-9578c7aad61935364b28677f19e330b621016148.zip external_llvm-9578c7aad61935364b28677f19e330b621016148.tar.gz external_llvm-9578c7aad61935364b28677f19e330b621016148.tar.bz2 | |
These tests now pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendObjC')
| -rw-r--r-- | test/FrontendObjC/2009-08-17-DebugInfo.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendObjC/2009-08-17-DebugInfo.m b/test/FrontendObjC/2009-08-17-DebugInfo.m index 235c551..0bc4e9a 100644 --- a/test/FrontendObjC/2009-08-17-DebugInfo.m +++ b/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; |
