summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/blocks.m
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-10-20 01:38:50 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-10-20 01:38:50 +0000
commit8f688177388a1aa20dbce0d76f6ea73b2830f243 (patch)
tree11fba92179517dfefe76e77013ad46521d36bae9 /debuginfo-tests/blocks.m
parent5a1104bd3a6ebee8cec6199c704e2403b0eee2b9 (diff)
downloadbcm5719-llvm-8f688177388a1aa20dbce0d76f6ea73b2830f243.tar.gz
bcm5719-llvm-8f688177388a1aa20dbce0d76f6ea73b2830f243.zip
XTARGET was removed, update debug-info tests.
llvm-svn: 166362
Diffstat (limited to 'debuginfo-tests/blocks.m')
-rw-r--r--debuginfo-tests/blocks.m4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud