From 57b7402d206a215ef4689ed402467bbfc82375f3 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 8 Jan 2023 10:52:25 -0700 Subject: Rename to allow_fortran_tests This changes skip_fortran_tests to invert the sense, and renames it to allow_fortran_tests. --- gdb/testsuite/gdb.fortran/class-allocatable-array.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.fortran/class-allocatable-array.exp') diff --git a/gdb/testsuite/gdb.fortran/class-allocatable-array.exp b/gdb/testsuite/gdb.fortran/class-allocatable-array.exp index 76a848c..86a143d 100644 --- a/gdb/testsuite/gdb.fortran/class-allocatable-array.exp +++ b/gdb/testsuite/gdb.fortran/class-allocatable-array.exp @@ -16,7 +16,7 @@ # Test that GDB can print an allocatable array that is a data field # within a class like type. -require !skip_fortran_tests +require allow_fortran_tests standard_testfile ".f90" load_lib fortran.exp -- cgit v1.1