* gnat.dg/boolean_subtype.adb: Rename to...
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 May 2011 07:56:50 +0000 (07:56 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 May 2011 07:56:50 +0000 (07:56 +0000)
* gnat.dg/boolean_subtype1.adb: ...this.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/boolean_subtype1.adb [moved from gcc/testsuite/gnat.dg/boolean_subtype.adb with 96% similarity]

index 524c9f4..e72e84e 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-29  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/boolean_subtype.adb: Rename to...
+       * gnat.dg/boolean_subtype1.adb: ...this.
+
 2011-05-28  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/cpp0x/lambda/lambda-syntax1.C: New.
similarity index 96%
rename from gcc/testsuite/gnat.dg/boolean_subtype.adb
rename to gcc/testsuite/gnat.dg/boolean_subtype1.adb
index 3976d79..60e2199 100644 (file)
@@ -1,7 +1,7 @@
 -- { dg-do compile }
 -- { dg-options "-O2" }
 
-procedure boolean_subtype is
+procedure Boolean_Subtype1 is
 
    subtype Component_T is Boolean;