aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/decltype-this.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/decltype-this.cpp')
-rw-r--r--test/SemaCXX/decltype-this.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaCXX/decltype-this.cpp b/test/SemaCXX/decltype-this.cpp
index a13416f089dd..21b4b60ea3ce 100644
--- a/test/SemaCXX/decltype-this.cpp
+++ b/test/SemaCXX/decltype-this.cpp
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
+// expected-no-diagnostics
template<typename T, typename U> struct is_same {
static const bool value = false;