From: Douglas Gregor Date: Mon, 18 May 2009 17:02:28 +0000 (+0000) Subject: Oops, dropped a -verify X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1393d5e2df57667cef07caeba8b7daf6c74cd561;p=clang Oops, dropped a -verify git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72016 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 struct X0 { void f(T x, U y) {