Add spec for controlled2.adb test
authorArnaud Charlet <charlet@gcc.gnu.org>
Sat, 8 Sep 2007 08:02:05 +0000 (10:02 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Sat, 8 Sep 2007 08:02:05 +0000 (10:02 +0200)
From-SVN: r128263

gcc/testsuite/gnat.dg/controlled2.ads [new file with mode: 0644]

diff --git a/gcc/testsuite/gnat.dg/controlled2.ads b/gcc/testsuite/gnat.dg/controlled2.ads
new file mode 100644 (file)
index 0000000..a973623
--- /dev/null
@@ -0,0 +1,5 @@
+
+with controlled1; use controlled1;
+package controlled2 is
+   procedure Test_Suite;
+end controlled2;