From: Fariborz Jahanian Date: Tue, 24 Nov 2009 19:37:10 +0000 (+0000) Subject: Fix the test case failed in buildbot. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=744823c8741b858a477545eeea28f17570dc2e24;p=clang Fix the test case failed in buildbot. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89791 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/new.cpp b/test/CodeGenCXX/new.cpp index f2121a6079..13f26b253c 100644 --- a/test/CodeGenCXX/new.cpp +++ b/test/CodeGenCXX/new.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o - | FileCheck %s +// RUN: clang-cc -triple x86_64-unknown-unknown %s -emit-llvm -o - | FileCheck %s #include void t1() {