Fortran, testsuite: Fix duplicate testcase name.
authorBernhard Heckel <bernhard.heckel@intel.com>
Wed, 25 May 2016 06:47:18 +0000 (08:47 +0200)
committerBernhard Heckel <bernhard.heckel@intel.com>
Wed, 25 May 2016 06:47:18 +0000 (08:47 +0200)
2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>

gdb/testsuite/Changelog:
* gdb.fortran/vla-type.exp: Fix testcase name.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.fortran/vla-type.exp

index 463f723..8be3eae 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
index 6c547e2..68884ce 100755 (executable)
@@ -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>\\)" \