From: Daniel Dunbar Date: Tue, 18 Jan 2011 05:36:03 +0000 (+0000) Subject: tests: Force a triple. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a051b2bd32c7c9072d245055d0fa0893c259109;p=clang tests: Force a triple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123741 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/constructor-direct-call.cpp b/test/CodeGenCXX/constructor-direct-call.cpp index 0c969bc832..685d201a3b 100644 --- a/test/CodeGenCXX/constructor-direct-call.cpp +++ b/test/CodeGenCXX/constructor-direct-call.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fms-extensions -Wmicrosoft %s -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 -triple i686-pc-win32 -fms-extensions -Wmicrosoft %s -emit-llvm -o - | FileCheck %s class Test1 { public: