diff options
author | Tom Tromey <tom@tromey.com> | 2022-12-13 15:40:02 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:55 -0700 |
commit | 980d95b48c01c33295e893c7d9385ffa637d195b (patch) | |
tree | ccbe4c40b8838edcfc7e2e67a0da0b907667f77b /gdb/testsuite/gdb.opt | |
parent | 7978d474f213ca9fbd37738f0d9350ff4a94d53b (diff) | |
download | binutils-980d95b48c01c33295e893c7d9385ffa637d195b.zip binutils-980d95b48c01c33295e893c7d9385ffa637d195b.tar.gz binutils-980d95b48c01c33295e893c7d9385ffa637d195b.tar.bz2 |
Use require !skip_shlib_tests
This changes some tests to use "require !skip_shlib_tests".
Diffstat (limited to 'gdb/testsuite/gdb.opt')
-rw-r--r-- | gdb/testsuite/gdb.opt/solib-intra-step.exp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.opt/solib-intra-step.exp b/gdb/testsuite/gdb.opt/solib-intra-step.exp index 854ae45..c0e9cba 100644 --- a/gdb/testsuite/gdb.opt/solib-intra-step.exp +++ b/gdb/testsuite/gdb.opt/solib-intra-step.exp @@ -15,9 +15,7 @@ standard_testfile -if {[skip_shlib_tests]} { - return 0 -} +require !skip_shlib_tests # Library file. set libname "${testfile}-lib" |