diff options
author | Reid Kleckner <reid@kleckner.net> | 2014-02-27 00:22:40 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2014-02-27 00:22:40 +0000 |
commit | 2eab2bd86d82637df6df12a3792e5f0513a88e35 (patch) | |
tree | 671bbd5f5992784316f302a942c8ab8c29f4843f /clang/test/CodeGenCXX/pr18962.cpp | |
parent | f0572c270e3121acbaa921b43a45920bfe1eb1fe (diff) | |
download | bcm5719-llvm-2eab2bd86d82637df6df12a3792e5f0513a88e35.tar.gz bcm5719-llvm-2eab2bd86d82637df6df12a3792e5f0513a88e35.zip |
Fix testcase for PR18962 with an explicit triple
llvm-svn: 202324
Diffstat (limited to 'clang/test/CodeGenCXX/pr18962.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/pr18962.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/pr18962.cpp b/clang/test/CodeGenCXX/pr18962.cpp index 460050d50e4..ab537b4928e 100644 --- a/clang/test/CodeGenCXX/pr18962.cpp +++ b/clang/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. |