fix
authorJason Merrill <jason@gcc.gnu.org>
Wed, 2 Apr 2003 15:50:31 +0000 (10:50 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 2 Apr 2003 15:50:31 +0000 (10:50 -0500)
From-SVN: r65163

gcc/testsuite/gcc.dg/align-1.c

index cb6dcab..302d7d7 100644 (file)
@@ -1,8 +1,10 @@
-// PR java/10145
-// Test that requesting an alignment of 1 does not increase the alignment
-// of a long long field.
+/* PR java/10145
+   Test that requesting an alignment of 1 does not increase the alignment
+   of a long long field.
 
-// { dg-do run }
+   { dg-do run }
+   { dg-options "" }
+*/
 
 struct A
 {