summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.compile/compile.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.compile/compile.exp
parent3eb4aab7199ae959ab140e8aa29d90ce7bf28d4e (diff)
downloadbinutils-gdb-d6195dc9b1eecc358100d6f4e8a611a0b563c4f4.tar.gz
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.compile/compile.exp')
-rw-r--r--gdb/testsuite/gdb.compile/compile.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.compile/compile.exp b/gdb/testsuite/gdb.compile/compile.exp
index d5f71d952a3..9fdd36719ae 100644
--- a/gdb/testsuite/gdb.compile/compile.exp
+++ b/gdb/testsuite/gdb.compile/compile.exp
@@ -366,7 +366,7 @@ if { $srcfile3 != "" } {
# Shared library tests.
-require !skip_shlib_tests
+require allow_shlib_tests
set libbin [standard_output_file ${testfile}-shlib.so]
set binfile [standard_output_file ${testfile}-shlib]