crash101.C: Remove stray // from dg-error comment.

2010-07-02  Paolo Carlini  <paolo.carlini@oracle.com>

	* g++.dg/template/crash101.C: Remove stray // from dg-error comment.

From-SVN: r161722
This commit is contained in:
Paolo Carlini 2010-07-02 15:17:10 +00:00 committed by Paolo Carlini
parent a277dd9b1a
commit 1fa29c8462
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-07-02 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/template/crash98.C: Remove stray // from dg-error comment.
2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
* gcc.target/arm/neon/vdup_ns64.c: Regenerated.

View file

@ -5,7 +5,7 @@ struct locale { };
template<class charT>
void
foo()
{ locale::locale(); } // // { dg-error "cannot call|function-style" }
{ locale::locale(); } // { dg-error "cannot call|function-style" }
void
bar()