]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
boolean_subtype.adb: Rename to...
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 29 May 2011 07:56:50 +0000 (07:56 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 29 May 2011 07:56:50 +0000 (07:56 +0000)
* gnat.dg/boolean_subtype.adb: Rename to...
* gnat.dg/boolean_subtype1.adb: ...this.

From-SVN: r174392

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

index 524c9f449ab626ce527e445f916c97a493db2b2b..e72e84e416df0a77cdc3811cc528ba909626794d 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 3976d7992333c421ec50685f4f56584c1106024a..60e2199dba13eaeceac26765152e7ff506cb9367 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;