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 463f72316991193592cb0c58cf527a4f73701950..8be3eae10398b21d6a0f7cfa1ad6b263db6841be 100644 (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.
index 6c547e2dec0e2d0455683a291466544f32985646..68884ce28df80a906e469abb3b8f5b9855b03577 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>\\)" \