Use require !skip_d_tests

This changes some tests to use "require !skip_d_tests".
This commit is contained in:
Tom Tromey
2022-12-13 16:12:18 -07:00
parent 0c2a02481a
commit 1952d8b042
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
# Test "set debug expr 1" on d expressions.
if { [skip_d_tests] } { return -1 }
require !skip_d_tests
gdb_start
gdb_test_no_output "set language d"

View File

@ -19,7 +19,7 @@
load_lib "d-support.exp"
if { [skip_d_tests] } { continue }
require !skip_d_tests
### Utility function for test_demangling and test_demangling_exact.
proc test_demangling {test result} {

View File

@ -18,7 +18,7 @@
load_lib "d-support.exp"
if { [skip_d_tests] } { continue }
require !skip_d_tests
proc test_d_integer_literals {} {
# Test valid D integer literals are accepted.

View File

@ -18,7 +18,7 @@
load_lib "d-support.exp"
if { [skip_d_tests] } { continue }
require !skip_d_tests
proc test_builtin_d_types_accepted {} {
# Test types are recognised.

View File

@ -18,7 +18,7 @@
load_lib "d-support.exp"
if { [skip_d_tests] } { continue }
require !skip_d_tests
proc test_d_sizeof {} {
# Test use of .sizeof with types and expressions.