Add basic fixit test to template instantiation bug fix (r184503)

llvm-svn: 184559
This commit is contained in:
Larisse Voufo 2013-06-21 15:56:15 +00:00
parent c6f2c9b566
commit dd08c59317
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
// RUN: cp %s %t
// RUN: not %clang_cc1 -fsyntax-only -fixit -x c++ %t
// RUN: grep test_string %t
template<typename T> void f(T) { }
template<typename T> void g(T) { }