summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-function-1.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-05-18 17:02:28 +0000
committerDouglas Gregor <dgregor@apple.com>2009-05-18 17:02:28 +0000
commit1393d5e2df57667cef07caeba8b7daf6c74cd561 (patch)
treedb314896809a01e4fb6b70aca8d3a4d0f76fc0a5 /test/SemaTemplate/instantiate-function-1.cpp
parentf3e7ce4bd9837cdab6a096235922865f95467d3d (diff)
downloadclang-1393d5e2df57667cef07caeba8b7daf6c74cd561.tar.gz
Oops, dropped a -verify
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaTemplate/instantiate-function-1.cpp')
-rw-r--r--test/SemaTemplate/instantiate-function-1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/instantiate-function-1.cpp b/test/SemaTemplate/instantiate-function-1.cpp
index 5f02a45d14..d30055c9a1 100644
--- a/test/SemaTemplate/instantiate-function-1.cpp
+++ b/test/SemaTemplate/instantiate-function-1.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only %s
+// RUN: clang-cc -fsyntax-only -verify %s
template<typename T, typename U>
struct X0 {
void f(T x, U y) {