Fix typo
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 5 Dec 1999 02:11:11 +0000 (02:11 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 5 Dec 1999 02:11:11 +0000 (02:11 +0000)
From-SVN: r30782

gcc/testsuite/g++.old-deja/g++.abi/align.C

index d35ea3996cb915789440425b45ea925f87b49add..a6333849d7c63bc943d276233a84b131728dbb62 100644 (file)
@@ -42,7 +42,7 @@ main ()
   if (alignof (short)                   !=  2)
     return 8;
   if (sizeof  (signed short)            !=  2)
-    return 9
+    return 9;
   if (alignof (signed short)            !=  2)
     return 10;
   if (sizeof  (unsigned short)          !=  2)