diff options
author | 2023-01-07 13:36:00 -0700 | |
---|---|---|
committer | 2023-01-13 13:18:57 -0700 | |
commit | 74dcf0826ee52593254789a328b94867b8d0bca1 (patch) | |
tree | 6ed28feece11daf71d2bd7926a68e8d256e47e86 /gdb/testsuite/gdb.ada/mod_from_name.exp | |
parent | Rename to allow_aarch64_sve_tests (diff) | |
download | binutils-gdb-74dcf0826ee52593254789a328b94867b8d0bca1.tar.gz binutils-gdb-74dcf0826ee52593254789a328b94867b8d0bca1.tar.bz2 binutils-gdb-74dcf0826ee52593254789a328b94867b8d0bca1.zip |
Rename to allow_ada_tests
This changes skip_ada_tests to invert the sense, and renames it to
allow_ada_tests.
Diffstat (limited to 'gdb/testsuite/gdb.ada/mod_from_name.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/mod_from_name.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/mod_from_name.exp b/gdb/testsuite/gdb.ada/mod_from_name.exp index b23416558b3..a86598b430f 100644 --- a/gdb/testsuite/gdb.ada/mod_from_name.exp +++ b/gdb/testsuite/gdb.ada/mod_from_name.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo |