Fix typo
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2009 18:41:44 +0000 (18:41 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2009 18:41:44 +0000 (18:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153723 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gnat.dg/pack14.adb

index c005ad6..b376431 100644 (file)
@@ -1,4 +1,4 @@
--- { dg- do compile }
+-- { dg-do compile }
 
 procedure Pack14 is
 
@@ -10,6 +10,7 @@ procedure Pack14 is
    pragma Pack (Rec);
 
    A : Rec := (F => False);
+
 begin
    null;
 end;