diff options
author | Devang Patel <dpatel@apple.com> | 2009-10-13 01:51:29 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-10-13 01:51:29 +0000 |
commit | e12ee4b7380fdfd545f0f211dd6b9f867ebf9b24 (patch) | |
tree | fbdc57b7f69eab9010bea4cee78cc94c56d3379b /test/FrontendObjC | |
parent | cbc7cc63b6c7ee1008f92064388c37327c183328 (diff) | |
download | external_llvm-e12ee4b7380fdfd545f0f211dd6b9f867ebf9b24.zip external_llvm-e12ee4b7380fdfd545f0f211dd6b9f867ebf9b24.tar.gz external_llvm-e12ee4b7380fdfd545f0f211dd6b9f867ebf9b24.tar.bz2 |
XFAIL these tests for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendObjC')
-rw-r--r-- | test/FrontendObjC/2009-08-17-DebugInfo.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendObjC/2009-08-17-DebugInfo.m b/test/FrontendObjC/2009-08-17-DebugInfo.m index 0bc4e9a..2f57699 100644 --- a/test/FrontendObjC/2009-08-17-DebugInfo.m +++ b/test/FrontendObjC/2009-08-17-DebugInfo.m @@ -7,6 +7,7 @@ // 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 { int my; |