From 53f12b11dcd84d9c43deeca73aeba11f87960e9e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 1 Mar 2009 02:20:08 +0000 Subject: [PATCH] This test requires blocks. llvm-svn: 65754 --- clang/test/CodeGenObjC/blocks-unsupported.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenObjC/blocks-unsupported.m b/clang/test/CodeGenObjC/blocks-unsupported.m index 03ceddf3839c..b9ec336e2a7d 100644 --- a/clang/test/CodeGenObjC/blocks-unsupported.m +++ b/clang/test/CodeGenObjC/blocks-unsupported.m @@ -1,4 +1,4 @@ -// RUN: clang -fnext-runtime --emit-llvm -o %t %s -verify +// RUN: clang -fblocks -fnext-runtime --emit-llvm -o %t %s -verify @class Foo; @protocol P;