Fixes a typo in this test.

llvm-svn: 169519
This commit is contained in:
Fariborz Jahanian 2012-12-06 17:50:40 +00:00
parent ecdc7507ab
commit a14523f11c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ template<typename T> struct A {
void f() { }
};
// CHECK: <Declaration>template &lt;typename T&gt; struct A {\n}</Declaration>
// CHECL: <Declaration>A&lt;T&gt;()</Declaration>
// CHECK: <Declaration>A&lt;T&gt;()</Declaration>
// CHECK: <Declaration>void ~A&lt;T&gt;()</Declaration>
/**