diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2025-08-30 08:39:55 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2025-08-30 08:39:55 -0400 |
commit | 54ac880a284a968f939f1e49cc79a6b320aced21 (patch) | |
tree | eb1d94c42e885e770a7037f6364deaa886bd2ad9 /gdb/testsuite | |
parent | a98c610f9514c957d5bacc4929188562b48ee16e (diff) | |
download | binutils-54ac880a284a968f939f1e49cc79a6b320aced21.zip binutils-54ac880a284a968f939f1e49cc79a6b320aced21.tar.gz binutils-54ac880a284a968f939f1e49cc79a6b320aced21.tar.bz2 |
gdb/testsuite: remove leftover debug print
Change-Id: Ifb1dab85891200cadb4b4f59661450a03b0c6abd
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/gdb.base/dlmopen-ns-ids.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/dlmopen-ns-ids.exp b/gdb/testsuite/gdb.base/dlmopen-ns-ids.exp index c0ce4da..bfce900 100644 --- a/gdb/testsuite/gdb.base/dlmopen-ns-ids.exp +++ b/gdb/testsuite/gdb.base/dlmopen-ns-ids.exp @@ -269,7 +269,6 @@ proc test_info_linker_namespaces {} { gdb_assert {$n_libraries <= 3} "the correct number of libraries was reported" set binfile_lib_re [string_to_regexp $::binfile_lib] - puts $binfile_lib_re foreach_with_prefix ns {1 2 3} { set found_test_so false |