forked from OSchip/llvm-project
Add basic fixit test to template instantiation bug fix (r184503)
llvm-svn: 184559
This commit is contained in:
parent
c6f2c9b566
commit
dd08c59317
|
@ -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) { }
|
||||
|
|
Loading…
Reference in New Issue