From cdbf3672d61a4c88d6e438d35658d9d6d5e8ac28 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Wed, 17 Feb 2010 21:01:05 +0000 Subject: [PATCH] Hopefully make buildbot happy. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96513 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/blocks-5.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenObjC/blocks-5.m b/test/CodeGenObjC/blocks-5.m index 12c381bb74..018915cc7e 100644 --- a/test/CodeGenObjC/blocks-5.m +++ b/test/CodeGenObjC/blocks-5.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -fblocks -triple i386-apple-darwin10 -emit-llvm -o - %s | FileCheck %s // radar 7581175 extern void dispatch_async (void (^)(void)); -- 2.40.0