pr51344.C: Fix typo.

2012-01-20  Kai Tietz  <ktietz@redhat.com>

	* g++.dg/torture/pr51344.C: Fix typo.

From-SVN: r183330
This commit is contained in:
Kai Tietz 2012-01-20 11:33:41 +01:00 committed by Kai Tietz
parent a88b313573
commit f69ce7cf49
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-01-20 Kai Tietz <ktietz@redhat.com>
* g++.dg/torture/pr51344.C: Fix typo.
2012-01-20 Richard Guenther <rguenther@suse.de>
PR tree-optimization/51903

View File

@ -1,4 +1,6 @@
/* { dg-do compile } */
class A;
template <class T>
class B
{