From: Rafael Espindola Date: Fri, 26 Jul 2013 12:40:55 +0000 (+0000) Subject: Add a triple. Should fix the windows bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68ffe1557f9daa023027c970a00d947cfe3d5770;p=clang Add a triple. Should fix the windows bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187197 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/temporaries.cpp b/test/Analysis/temporaries.cpp index ddad855d33..d7122706f4 100644 --- a/test/Analysis/temporaries.cpp +++ b/test/Analysis/temporaries.cpp @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -verify -w -std=c++03 %s -// RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -verify -w -std=c++11 %s +// RUN: %clang_cc1 -triple x86_64-pc-linux -analyze -analyzer-checker=core,debug.ExprInspection -verify -w -std=c++11 %s extern bool clang_analyzer_eval(bool);