mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user