diff options
Diffstat (limited to 'debuginfo-tests/block_var.m')
-rw-r--r-- | debuginfo-tests/block_var.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debuginfo-tests/block_var.m b/debuginfo-tests/block_var.m index 59b6a143245..ceb25384d31 100644 --- a/debuginfo-tests/block_var.m +++ b/debuginfo-tests/block_var.m @@ -1,6 +1,8 @@ // RUN: %clang -O0 -g %s -c -o %t.o // RUN: %clang %t.o -o %t.out -framework Foundation // RUN: %test_debuginfo %s %t.out +// XFAIL: * +// XTARGET: darwin // DEBUGGER: break 22 // DEBUGGER: r |