wchar_t-2.c: Fix typo.
authorPaolo Bonzini <bonzini@gnu.org>
Mon, 9 Aug 2004 07:24:23 +0000 (07:24 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Mon, 9 Aug 2004 07:24:23 +0000 (07:24 +0000)
2004-08-09  Paolo Bonzini  <bonzini@gnu.org>

* gcc.dg/wchar_t-2.c: Fix typo.

From-SVN: r85713

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/wchar_t-2.c

index 2fde4b2163d1196a0cfa1a511d3dd62f0b190130..f776d191f6a6b7d87a0d907a4ebd304c878bb88d 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
+
+       * gcc.dg/wchar_t-2.c: Fix typo.
+
 2004-08-09  Falk Hueffner  <falk@debian.org>
 
        PR tree-optimization/12517
index c51f252a38c343fdd0f7fdd3ab8b345de7196bc1..95ddca0e54b527d97162248e51465370672dbf43 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-options "-fshort-wchar" } */
 /* Check that "-fshort-wchar" makes wchar_t the same size as "unsigned
-   short".  /
+   short".  */
 
 extern int i[sizeof (L'a')];
 int i[sizeof (unsigned short)];