aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-solib.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-12-13 15:40:02 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:55 -0700
commit980d95b48c01c33295e893c7d9385ffa637d195b (patch)
treeccbe4c40b8838edcfc7e2e67a0da0b907667f77b /gdb/testsuite/gdb.mi/mi-solib.exp
parent7978d474f213ca9fbd37738f0d9350ff4a94d53b (diff)
downloadgdb-980d95b48c01c33295e893c7d9385ffa637d195b.zip
gdb-980d95b48c01c33295e893c7d9385ffa637d195b.tar.gz
gdb-980d95b48c01c33295e893c7d9385ffa637d195b.tar.bz2
Use require !skip_shlib_tests
This changes some tests to use "require !skip_shlib_tests".
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-solib.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-solib.exp5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-solib.exp b/gdb/testsuite/gdb.mi/mi-solib.exp
index 39b67ef..0a5650d 100644
--- a/gdb/testsuite/gdb.mi/mi-solib.exp
+++ b/gdb/testsuite/gdb.mi/mi-solib.exp
@@ -16,10 +16,7 @@
load_lib mi-support.exp
set MIFLAGS "-i=mi2"
-if {[skip_shlib_tests]} {
- untested "skipping shared library tests"
- return -1
-}
+require !skip_shlib_tests
gdb_exit
if [mi_gdb_start] {