Fortran, testsuite: Fix duplicate testcase name.

2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>

gdb/testsuite/Changelog:
	* gdb.fortran/vla-type.exp: Fix testcase name.
This commit is contained in:
Bernhard Heckel 2016-05-25 08:47:18 +02:00
parent 86d8a84882
commit 8b70175dfa
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
* gdb.fortran/vla-type.exp: Fix testcase name.
2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
* gdb.fortran/vla-type.exp: Access elements in nested structs.

View File

@ -137,7 +137,8 @@ gdb_test "next" ""
gdb_test "ptype fivedynarr(2)" \
[multi_line "type = Type five" \
"\\s+Type one :: tone" \
"End Type five" ]
"End Type five" ] \
"ptype fivedynarr(2), tone is not allocated"
gdb_test "ptype fivedynarr(2)%tone" \
[multi_line "type = Type one" \
" $int :: ivla\\(<not allocated>\\)" \