summaryrefslogtreecommitdiffstats
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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/SemaCXX/decltype-this.cpp b/test/SemaCXX/decltype-this.cpp
index fc00106..c6bf299 100644
--- a/test/SemaCXX/decltype-this.cpp
+++ b/test/SemaCXX/decltype-this.cpp
@@ -1,4 +1,5 @@
-// RUN: clang-cc -fsyntax-only -verify -std=c++0x %t
+// RUN: clang-cc -fsyntax-only -verify -std=c++0x %s
+
template<typename T, typename U> struct is_same {
static const bool value = false;
};
OpenPOWER on IntegriCloud