diff options
author | Tom Tromey <tom@tromey.com> | 2022-12-14 09:52:45 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:56 -0700 |
commit | 5f3ef82813891f87dc1d34453e3f0ddc045b30f8 (patch) | |
tree | fc3da1987de737a4cd449bfd01a25c604cbeaf5c /gdb/testsuite/gdb.base/siginfo-thread.exp | |
parent | b7e110700353debc7abe86c684bace14d17c3431 (diff) | |
download | gdb-5f3ef82813891f87dc1d34453e3f0ddc045b30f8.zip gdb-5f3ef82813891f87dc1d34453e3f0ddc045b30f8.tar.gz gdb-5f3ef82813891f87dc1d34453e3f0ddc045b30f8.tar.bz2 |
Use require supports_get_siginfo_type
This changes some tests to use "require supports_get_siginfo_type".
Diffstat (limited to 'gdb/testsuite/gdb.base/siginfo-thread.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/siginfo-thread.exp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.base/siginfo-thread.exp b/gdb/testsuite/gdb.base/siginfo-thread.exp index b40b23a..718889f 100644 --- a/gdb/testsuite/gdb.base/siginfo-thread.exp +++ b/gdb/testsuite/gdb.base/siginfo-thread.exp @@ -21,10 +21,7 @@ if [target_info exists gdb,nosignals] { return } -if { ![supports_get_siginfo_type] } { - verbose "Skipping siginfo-thread.exp because of lack of support." - return -} +require supports_get_siginfo_type standard_testfile .c |