diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-08 11:46:36 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:58 -0700 |
commit | 3eb4aab7199ae959ab140e8aa29d90ce7bf28d4e (patch) | |
tree | 61de19e207d242e31d8627829a8ad6a9734479dd /gdb/testsuite/gdb.rust/expr.exp | |
parent | d82e5429b532f3cf0a0453800b0347368834f8bc (diff) | |
download | fsf-binutils-gdb-3eb4aab7199ae959ab140e8aa29d90ce7bf28d4e.zip fsf-binutils-gdb-3eb4aab7199ae959ab140e8aa29d90ce7bf28d4e.tar.gz fsf-binutils-gdb-3eb4aab7199ae959ab140e8aa29d90ce7bf28d4e.tar.bz2 |
Rename to allow_rust_tests
This changes skip_rust_tests to invert the sense, and renames it to
allow_rust_tests.
Diffstat (limited to 'gdb/testsuite/gdb.rust/expr.exp')
-rw-r--r-- | gdb/testsuite/gdb.rust/expr.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.rust/expr.exp b/gdb/testsuite/gdb.rust/expr.exp index 8fd6b23..4a0a48a 100644 --- a/gdb/testsuite/gdb.rust/expr.exp +++ b/gdb/testsuite/gdb.rust/expr.exp @@ -17,7 +17,7 @@ # Rust compiler. This serves as a smoke test. load_lib "rust-support.exp" -require !skip_rust_tests +require allow_rust_tests gdb_start |