Index: gdb/testsuite/gdb.ada/expr_delims/pck.ads |
diff --git a/gdb/testsuite/gdb.ada/fun_in_declare/pck.ads b/gdb/testsuite/gdb.ada/expr_delims/pck.ads |
similarity index 89% |
copy from gdb/testsuite/gdb.ada/fun_in_declare/pck.ads |
copy to gdb/testsuite/gdb.ada/expr_delims/pck.ads |
index e7948a1f2cf75f82530b84e0452e9bfdcafbd887..bd243aa66dd0cfdc471a9ec7b91ca733e278c920 100644 |
--- a/gdb/testsuite/gdb.ada/fun_in_declare/pck.ads |
+++ b/gdb/testsuite/gdb.ada/expr_delims/pck.ads |
@@ -1,4 +1,4 @@ |
--- Copyright 2008-2012 Free Software Foundation, Inc. |
+-- Copyright 2013 Free Software Foundation, Inc. |
-- |
-- This program is free software; you can redistribute it and/or modify |
-- it under the terms of the GNU General Public License as published by |
@@ -14,5 +14,7 @@ |
-- along with this program. If not, see <http://www.gnu.org/licenses/>. |
package Pck is |
- procedure Do_Nothing; |
+ |
+ procedure Put(S : String); |
+ |
end Pck; |