From 831451b417043788a54d790e24a97b9817f45695 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Tue, 24 Nov 2009 19:37:10 +0000 Subject: Fix the test case failed in buildbot. llvm-svn: 89791 --- clang/test/CodeGenCXX/new.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGenCXX/new.cpp') diff --git a/clang/test/CodeGenCXX/new.cpp b/clang/test/CodeGenCXX/new.cpp index f2121a6079b..13f26b253cd 100644 --- a/clang/test/CodeGenCXX/new.cpp +++ b/clang/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() { -- cgit v1.2.3