From 8f688177388a1aa20dbce0d76f6ea73b2830f243 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Sat, 20 Oct 2012 01:38:50 +0000 Subject: XTARGET was removed, update debug-info tests. llvm-svn: 166362 --- debuginfo-tests/blocks.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debuginfo-tests/blocks.m') diff --git a/debuginfo-tests/blocks.m b/debuginfo-tests/blocks.m index 84610419c71..30472ed3bd1 100644 --- a/debuginfo-tests/blocks.m +++ b/debuginfo-tests/blocks.m @@ -1,8 +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 + +// REQUIRES: system-darwin // Radar 9279956 // DEBUGGER: break 31 -- cgit v1.2.1