| Index: gdb/testsuite/gdb.python/py-type.c
|
| diff --git a/gdb/testsuite/gdb.python/py-type.c b/gdb/testsuite/gdb.python/py-type.c
|
| index bf3944385bfcef79b1e03dcbafcbc00ced50db5c..03015a8fddacd47c036e44108696e48974347a3b 100644
|
| --- a/gdb/testsuite/gdb.python/py-type.c
|
| +++ b/gdb/testsuite/gdb.python/py-type.c
|
| @@ -1,6 +1,6 @@
|
| /* This testcase is part of GDB, the GNU debugger.
|
|
|
| - Copyright 2009-2012 Free Software Foundation, Inc.
|
| + Copyright 2009-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
|
| @@ -50,6 +50,9 @@ enum E
|
| { v1, v2, v3
|
| };
|
|
|
| +struct s vec_data_1 = {1, 1};
|
| +struct s vec_data_2 = {1, 2};
|
| +
|
| int
|
| main ()
|
| {
|
|
|