Index: gdb/testsuite/gdb.cp/includefile |
diff --git a/gdb/testsuite/gdb.base/included.h b/gdb/testsuite/gdb.cp/includefile |
similarity index 90% |
copy from gdb/testsuite/gdb.base/included.h |
copy to gdb/testsuite/gdb.cp/includefile |
index f74ca352d506448645d8e3f666f8b36907f12018..9dfa787c1d3a5eb251d922cc3bf06a9d26156b65 100644 |
--- a/gdb/testsuite/gdb.base/included.h |
+++ b/gdb/testsuite/gdb.cp/includefile |
@@ -1,6 +1,6 @@ |
/* This testcase is part of GDB, the GNU debugger. |
- Copyright 2007-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 |
@@ -15,4 +15,4 @@ |
You should have received a copy of the GNU General Public License |
along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
-int integer; |
+int some_global = 27; |