diff options
author | Tom de Vries <tdevries@suse.de> | 2024-07-31 15:04:25 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2024-07-31 15:04:25 +0200 |
commit | c60b22e8edaeb7beffcf00c5616f4d4f12aae1be (patch) | |
tree | 7fe9a3678222784d8b99621dd9ce7d40c299c45d /gdb/testsuite/gdb.python/py-progspace.exp | |
parent | 35f09cd5d7fdd1a64f4d1751e73c3495bef1ed99 (diff) | |
download | binutils-c60b22e8edaeb7beffcf00c5616f4d4f12aae1be.zip binutils-c60b22e8edaeb7beffcf00c5616f4d4f12aae1be.tar.gz binutils-c60b22e8edaeb7beffcf00c5616f4d4f12aae1be.tar.bz2 |
[gdb/testsuite] Fix trailing-text-in-parentheses duplicates
Fix all trailing-text-in-parentheses duplicates exposed by previous patch.
Tested on x86_64-linux and aarch64-linux.
Diffstat (limited to 'gdb/testsuite/gdb.python/py-progspace.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-progspace.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-progspace.exp b/gdb/testsuite/gdb.python/py-progspace.exp index 0ae5b56..fe46537 100644 --- a/gdb/testsuite/gdb.python/py-progspace.exp +++ b/gdb/testsuite/gdb.python/py-progspace.exp @@ -42,7 +42,7 @@ gdb_py_test_silent_cmd "python progspace = gdb.current_progspace()" \ "Get current progspace" 1 gdb_test "python print (progspace.filename)" "py-progspace" \ - "current progspace filename (py-progspace)" + "current progspace filename, py-progspace" gdb_test "python print (gdb.current_progspace().symbol_file)" \ "<gdb.Objfile filename=.*/py-progspace>" \ |