aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2021-11-21 01:50:26 +0000
committerLancelot SIX <lsix@lancelotsix.com>2022-01-07 22:43:33 +0000
commitbfc9663f9b74060f64a70a443b05afb2e6585b7a (patch)
tree55c298c736791f417ead878dd56561d5aa587a1d /gdb
parentbcce3429ffd3fbd2f425b0e5a3201918f3adec5f (diff)
downloadgdb-bfc9663f9b74060f64a70a443b05afb2e6585b7a.zip
gdb-bfc9663f9b74060f64a70a443b05afb2e6585b7a.tar.gz
gdb-bfc9663f9b74060f64a70a443b05afb2e6585b7a.tar.bz2
gdb/testsuite: Remove duplicates from gdb.base/unload.exp
When running the testsuite, I have: Running .../gdb/testsuite/gdb.base/unload.exp ... DUPLICATE: gdb.base/unload.exp: continuing to unloaded libfile Fix by adjusting the test name. Tested on x86_64-linux.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.base/unload.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/unload.exp b/gdb/testsuite/gdb.base/unload.exp
index a041dde..6033203 100644
--- a/gdb/testsuite/gdb.base/unload.exp
+++ b/gdb/testsuite/gdb.base/unload.exp
@@ -119,7 +119,7 @@ gdb_breakpoint "$testfile.c:[gdb_get_line_number "y-set-1" $testfile.c]" tempora
gdb_test "continue" \
"Continuing.*warning: Temporarily disabling breakpoints for.*${lib_syms}.*y-set-1.*" \
-"continuing to unloaded libfile"
+"continuing to unloaded libfile, two"
set unloadshr_line2 [gdb_get_line_number "unloadshr2 break" ${libsrcfile2}]