Commit 8d66b22a by Arnaud Charlet Committed by Arnaud Charlet

* gnat.dg/not_null.adb: Update test case.

From-SVN: r161241
parent c00ccd01
2010-06-23 Arnaud Charlet <charlet@adacore.com>
* gnat.dg/not_null.adb: Update test case.
2010-06-22 Jakub Jelinek <jakub@redhat.com>
PR c++/44619
......
......@@ -11,10 +11,8 @@ procedure not_null is
begin
declare
pragma Warnings (Off, "*null not allowed in null-excluding objects");
pragma Warnings (Off, """Constraint_Error"" will be raised at run time");
package Inst_2 is new GPack (null);
pragma Warnings (On, "*null not allowed in null-excluding objects");
pragma Warnings (On, """Constraint_Error"" will be raised at run time");
begin
null;
end;
......
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