From: Reid Kleckner Date: Thu, 27 Feb 2014 00:22:40 +0000 (+0000) Subject: Fix testcase for PR18962 with an explicit triple X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7cb2e80c8ec3389172dab9ea5045fbe7fc19d3d;p=clang Fix testcase for PR18962 with an explicit triple git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202324 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/pr18962.cpp b/test/CodeGenCXX/pr18962.cpp index 460050d50e..ab537b4928 100644 --- a/test/CodeGenCXX/pr18962.cpp +++ b/test/CodeGenCXX/pr18962.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple %itanium_abi_triple %s -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 -triple i686-linux-gnu %s -emit-llvm -o - | FileCheck %s class A { // append has to have the same prototype as fn1 to tickle the bug.