aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/pr9965.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/pr9965.cpp')
-rw-r--r--test/CodeGenCXX/pr9965.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/pr9965.cpp b/test/CodeGenCXX/pr9965.cpp
index c2d54e19215d..46fd60914b0e 100644
--- a/test/CodeGenCXX/pr9965.cpp
+++ b/test/CodeGenCXX/pr9965.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++11 -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple -emit-llvm -o - %s | FileCheck %s
struct A { A(); };
template<typename T>
struct X : A // default constructor is not trivial