From d6195dc9b1eecc358100d6f4e8a611a0b563c4f4 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 8 Jan 2023 11:47:51 -0700 Subject: Rename to allow_shlib_tests This changes skip_shlib_tests to invert the sense, and renames it to allow_shlib_tests. --- gdb/testsuite/gdb.base/solib-weak.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.base/solib-weak.exp') 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*] -- cgit v1.1