Change name of file name test in py-objfile.exp.
authorDoug Evans <dje@google.com>
Mon, 13 Oct 2014 21:50:32 +0000 (14:50 -0700)
committerDoug Evans <dje@google.com>
Mon, 13 Oct 2014 21:50:32 +0000 (14:50 -0700)
Tests should each have their own name.

gdb/testsuite/ChangeLog:

* gdb.python/py-objfile.exp: Change name of file name test.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-objfile.exp

index 585ffec..0bd688c 100644 (file)
@@ -1,5 +1,9 @@
 2014-10-13  Doug Evans  <dje@google.com>
 
+       * gdb.python/py-objfile.exp: Change name of file name test.
+
+2014-10-13  Doug Evans  <dje@google.com>
+
        * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
        from the start of the CU.
 
index 56f99f8..1d2f550 100644 (file)
@@ -38,7 +38,7 @@ gdb_py_test_silent_cmd "python objfile = sym\[0\].symtab.objfile" \
     "Get backing object file" 1
 
 gdb_test "python print (objfile.filename)" ".*py-objfile.*" \
-  "Get objfile validity"
+  "Get objfile file name"
 gdb_test "python print (objfile.is_valid())" "True" \
   "Get objfile validity"
 gdb_unload