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:
parent
02a8def617
commit
be7a83950d
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
-- { dg-do compile }
|
||||
-- { dg-options "-O2" }
|
||||
|
||||
procedure boolean_subtype is
|
||||
procedure Boolean_Subtype1 is
|
||||
|
||||
subtype Component_T is Boolean;
|
||||
|
Loading…
Add table
Reference in a new issue