aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/solib-weak.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-08 11:47:51 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:58 -0700
commitd6195dc9b1eecc358100d6f4e8a611a0b563c4f4 (patch)
treea2f91f1c2f0648f4c4e5e87d5cd0885c32a98949 /gdb/testsuite/gdb.base/solib-weak.exp
parent3eb4aab7199ae959ab140e8aa29d90ce7bf28d4e (diff)
downloadgdb-d6195dc9b1eecc358100d6f4e8a611a0b563c4f4.zip
gdb-d6195dc9b1eecc358100d6f4e8a611a0b563c4f4.tar.gz
gdb-d6195dc9b1eecc358100d6f4e8a611a0b563c4f4.tar.bz2
Rename to allow_shlib_tests
This changes skip_shlib_tests to invert the sense, and renames it to allow_shlib_tests.
Diffstat (limited to 'gdb/testsuite/gdb.base/solib-weak.exp')
-rw-r--r--gdb/testsuite/gdb.base/solib-weak.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/solib-weak.exp b/gdb/testsuite/gdb.base/solib-weak.exp
index 655cf08..9a140c1 100644
--- a/gdb/testsuite/gdb.base/solib-weak.exp
+++ b/gdb/testsuite/gdb.base/solib-weak.exp
@@ -17,7 +17,7 @@
# than one shared library, when one of the implementations is a "weak"
# symbol. GDB should set a breakpoint at the first copy it finds.
-require !skip_shlib_tests
+require allow_shlib_tests
# These targets have shared libraries, but weak symbols are not meaningful.
if {([istarget *-*-mingw*]