aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/constexpr-printing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/constexpr-printing.cpp')
-rw-r--r--test/SemaCXX/constexpr-printing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/constexpr-printing.cpp b/test/SemaCXX/constexpr-printing.cpp
index fc0cce25eb..9170fa1ec2 100644
--- a/test/SemaCXX/constexpr-printing.cpp
+++ b/test/SemaCXX/constexpr-printing.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -std=c++11 -fsyntax-only -verify
+// RUN: %clang_cc1 %s -std=c++11 -fsyntax-only -verify -triple x86_64-linux-gnu
struct S;
constexpr int extract(const S &s);