diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-08 11:47:51 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:58 -0700 |
commit | d6195dc9b1eecc358100d6f4e8a611a0b563c4f4 (patch) | |
tree | a2f91f1c2f0648f4c4e5e87d5cd0885c32a98949 /gdb/testsuite/gdb.btrace | |
parent | 3eb4aab7199ae959ab140e8aa29d90ce7bf28d4e (diff) | |
download | binutils-d6195dc9b1eecc358100d6f4e8a611a0b563c4f4.zip binutils-d6195dc9b1eecc358100d6f4e8a611a0b563c4f4.tar.gz binutils-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.btrace')
-rw-r--r-- | gdb/testsuite/gdb.btrace/dlopen.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.btrace/dlopen.exp b/gdb/testsuite/gdb.btrace/dlopen.exp index 8cd0b9d..2f41970 100644 --- a/gdb/testsuite/gdb.btrace/dlopen.exp +++ b/gdb/testsuite/gdb.btrace/dlopen.exp @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -require allow_btrace_tests !skip_shlib_tests +require allow_btrace_tests allow_shlib_tests standard_testfile |