From 8604faeb6017dc81d3edad1cfebdb41f0b137a68 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Mon, 14 Dec 2009 17:13:18 +0000 Subject: Tests use the new clang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91290 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/blocks-1.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGenObjC/blocks-1.m') diff --git a/test/CodeGenObjC/blocks-1.m b/test/CodeGenObjC/blocks-1.m index ee1b97801b..c1b001b663 100644 --- a/test/CodeGenObjC/blocks-1.m +++ b/test/CodeGenObjC/blocks-1.m @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o %t -fobjc-gc -fblocks -triple i386-apple-darwin10 +// RUN: clang -cc1 %s -emit-llvm -o %t -fobjc-gc -fblocks -triple i386-apple-darwin10 // RUN: grep "_Block_object_dispose" %t | count 6 // RUN: grep "__copy_helper_block_" %t | count 4 // RUN: grep "__destroy_helper_block_" %t | count 4 -- cgit v1.2.1