* gcc.dg/empty1.C: Fix typo.
authorMark Mitchell <mark@codesourcery.com>
Tue, 1 Oct 2002 22:23:55 +0000 (22:23 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 1 Oct 2002 22:23:55 +0000 (22:23 +0000)
From-SVN: r57710

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/empty1.c

index ccfba4e..f1972fe 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-01  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc.dg/empty1.C: Fix typo.
+
 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
 
        * gcc.dg/alias-1.c: New test.
index 69f778c..89b2de1 100644 (file)
@@ -7,4 +7,5 @@ union U { int : 0; };
 int main () {
   if (__alignof__ (struct S) != __alignof__ (union U))
     return 1;
+  return 0;
 }