boolean_subtype.adb: Rename to...

* gnat.dg/boolean_subtype.adb: Rename to...
	* gnat.dg/boolean_subtype1.adb: ...this.

From-SVN: r174392
This commit is contained in:
Eric Botcazou 2011-05-29 07:56:50 +00:00 committed by Eric Botcazou
parent 02a8def617
commit be7a83950d
2 changed files with 6 additions and 1 deletions

View 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.

View file

@ -1,7 +1,7 @@
-- { dg-do compile }
-- { dg-options "-O2" }
procedure boolean_subtype is
procedure Boolean_Subtype1 is
subtype Component_T is Boolean;