diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-08 11:43:09 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:58 -0700 |
commit | c241bf50ca04196a1bb88e71a43b95dc5e61ca35 (patch) | |
tree | c12df6846a30560168d0f898717ee6aafafd3239 /gdb/testsuite/gdb.perf/disassemble.exp | |
parent | afb754730e6c118eab8a96305c1c4675f4442869 (diff) | |
download | gdb-c241bf50ca04196a1bb88e71a43b95dc5e61ca35.zip gdb-c241bf50ca04196a1bb88e71a43b95dc5e61ca35.tar.gz gdb-c241bf50ca04196a1bb88e71a43b95dc5e61ca35.tar.bz2 |
Rename to allow_perf_tests
This changes skip_perf_tests to invert the sense, and renames it to
allow_perf_tests.
Diffstat (limited to 'gdb/testsuite/gdb.perf/disassemble.exp')
-rw-r--r-- | gdb/testsuite/gdb.perf/disassemble.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.perf/disassemble.exp b/gdb/testsuite/gdb.perf/disassemble.exp index ee33dcf..0677547 100644 --- a/gdb/testsuite/gdb.perf/disassemble.exp +++ b/gdb/testsuite/gdb.perf/disassemble.exp @@ -17,7 +17,7 @@ # some large functions in GDB. load_lib perftest.exp -require !skip_perf_tests +require allow_perf_tests global GDB |