diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-08 10:51:43 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:57 -0700 |
commit | f3864a5bc64c926b469199b24ab750ec375d460b (patch) | |
tree | 0a925e2858794b8899d9721742cafa23338d9ff6 /gdb/testsuite/gdb.dlang/circular.exp | |
parent | 673deccaac0a585eec10137d0b77b3e93ccd7372 (diff) | |
download | binutils-f3864a5bc64c926b469199b24ab750ec375d460b.zip binutils-f3864a5bc64c926b469199b24ab750ec375d460b.tar.gz binutils-f3864a5bc64c926b469199b24ab750ec375d460b.tar.bz2 |
Rename to allow_d_tests
This changes skip_d_tests to invert the sense, and renames it to
allow_d_tests.
Diffstat (limited to 'gdb/testsuite/gdb.dlang/circular.exp')
-rw-r--r-- | gdb/testsuite/gdb.dlang/circular.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dlang/circular.exp b/gdb/testsuite/gdb.dlang/circular.exp index e2b0b8a..2c54c5c 100644 --- a/gdb/testsuite/gdb.dlang/circular.exp +++ b/gdb/testsuite/gdb.dlang/circular.exp @@ -18,7 +18,7 @@ load_lib "d-support.exp" load_lib "dwarf.exp" -require !skip_d_tests dwarf2_support +require allow_d_tests dwarf2_support standard_testfile circular.c circular-dw.S |