Commit 1a52e565 by Arnaud Charlet

Update test to follow Ada 2005 rules.

From-SVN: r131066
parent 8460ef76
......@@ -11,7 +11,7 @@ procedure access_discr is
type Two_Iface (Parent : access One) is limited new Iface with null record;
type Two_Base (Parent : access One) is new Base with null record;
type One is record
type One is limited record
TA : Two_Alone (One'Access);
TI : Two_Iface (One'Access); -- OFFENDING LINE
TB : Two_Base (One'Access);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment