Change name of file name test in py-objfile.exp.

Tests should each have their own name.

gdb/testsuite/ChangeLog:

	* gdb.python/py-objfile.exp: Change name of file name test.
This commit is contained in:
Doug Evans
2014-10-13 14:50:32 -07:00
parent e5c6e92bbe
commit 14ea52eecb
2 changed files with 5 additions and 1 deletions

View 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