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/nested-funcs.exp | |
parent | a9145b105e28caeded3ea8135e35e5984fa10f37 (diff) | |
download | binutils-8d0278eb402c15f9bbc37ac4de8decdac349343f.zip binutils-8d0278eb402c15f9bbc37ac4de8decdac349343f.tar.gz binutils-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/nested-funcs.exp')
-rwxr-xr-x | gdb/testsuite/gdb.fortran/nested-funcs.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.fortran/nested-funcs.exp b/gdb/testsuite/gdb.fortran/nested-funcs.exp index 3741993..bf8915a 100755 --- a/gdb/testsuite/gdb.fortran/nested-funcs.exp +++ b/gdb/testsuite/gdb.fortran/nested-funcs.exp @@ -16,7 +16,7 @@ # This testcase is supposed to test DWARF static link which is usually # used together with nested functions. -if { [skip_fortran_tests] } { return -1 } +require !skip_fortran_tests standard_testfile .f90 load_lib "fortran.exp" |