aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2010-02-17 21:01:05 +0000
committerFariborz Jahanian <fjahanian@apple.com>2010-02-17 21:01:05 +0000
commitcdbf3672d61a4c88d6e438d35658d9d6d5e8ac28 (patch)
tree07a51e58fa519977a919004d507b48cdcf8ac0f7
parent0de9a7beb107a4306d05cf3589f10c3e01cfcee2 (diff)
Hopefully make buildbot happy.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96513 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/blocks-5.m2
1 files changed, 1 insertions, 1 deletions
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));