diff options
author | Devang Patel <dpatel@apple.com> | 2009-10-13 16:32:09 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-10-13 16:32:09 +0000 |
commit | 39a38ae529e8e8bf92edf4cd39e16be57f59406a (patch) | |
tree | 4ecd6799bcbd4710b0464ff0c04f88f9fc3b689a /test/FrontendObjC | |
parent | a7fcb9b840775a8b45b63d597b88f8f05b12b962 (diff) |
Disable this test for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83975 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendObjC')
-rw-r--r-- | test/FrontendObjC/2009-08-17-DebugInfo.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/FrontendObjC/2009-08-17-DebugInfo.m b/test/FrontendObjC/2009-08-17-DebugInfo.m index 2f576993e9..235c551af0 100644 --- a/test/FrontendObjC/2009-08-17-DebugInfo.m +++ b/test/FrontendObjC/2009-08-17-DebugInfo.m @@ -6,7 +6,6 @@ // 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} -// XTARGET: darwin // XFAIL: * @interface MyClass { |