diff options
Diffstat (limited to 'test/FrontendObjC/2009-08-17-DebugInfo.m')
-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; |