diff options
author | Tom Tromey <tom@tromey.com> | 2022-12-13 16:10:09 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:55 -0700 |
commit | 8d0278eb402c15f9bbc37ac4de8decdac349343f (patch) | |
tree | acc0a57750ac65ebf712edbd4073de1f8091584a /gdb/testsuite/gdb.fortran/array-slices.exp | |
parent | a9145b105e28caeded3ea8135e35e5984fa10f37 (diff) | |
download | gdb-8d0278eb402c15f9bbc37ac4de8decdac349343f.zip gdb-8d0278eb402c15f9bbc37ac4de8decdac349343f.tar.gz gdb-8d0278eb402c15f9bbc37ac4de8decdac349343f.tar.bz2 |
Use require !skip_fortran_tests
This changes some tests to use "require !skip_fortran_tests".
Diffstat (limited to 'gdb/testsuite/gdb.fortran/array-slices.exp')
-rw-r--r-- | gdb/testsuite/gdb.fortran/array-slices.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.fortran/array-slices.exp b/gdb/testsuite/gdb.fortran/array-slices.exp index 80f6cc1..8fab57e 100644 --- a/gdb/testsuite/gdb.fortran/array-slices.exp +++ b/gdb/testsuite/gdb.fortran/array-slices.exp @@ -33,7 +33,7 @@ # debug information) matches the size of the slice manually extracted # by GDB. -if {[skip_fortran_tests]} { return -1 } +require !skip_fortran_tests # This test relies on output from the inferior. if [target_info exists gdb,noinferiorio] { |