OSDN Git Service

2004-08-09 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Aug 2004 07:24:23 +0000 (07:24 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Aug 2004 07:24:23 +0000 (07:24 +0000)
* gcc.dg/wchar_t-2.c: Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85713 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 2fde4b2..f776d19 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 c51f252..95ddca0 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)];