[gdb/testsuite, tclint] Fix gdb.dlang

Running tclint on the test-cases in gdb.dlang shows a few problems.

Fix these.

Tested on x86_64-linux.
This commit is contained in:
Tom de Vries
2025-09-17 06:53:14 +02:00
parent 4ce8569e47
commit 3e7012a70e
4 changed files with 4 additions and 4 deletions

View File

@@ -197,7 +197,7 @@ proc test_d_demangling {} {
clean_restart
if [set_lang_d] {
if {[set_lang_d]} {
gdb_test_no_output "set width 0"
test_d_demangling

View File

@@ -129,7 +129,7 @@ proc test_d_expressions {} {
clean_restart
if [set_lang_d] {
if {[set_lang_d]} {
test_d_integer_literals
test_d_float_literals
test_d_expressions

View File

@@ -51,7 +51,7 @@ proc test_builtin_d_types_accepted {} {
clean_restart
if [set_lang_d] {
if {[set_lang_d]} {
test_builtin_d_types_accepted
} else {
warning "D type tests suppressed."

View File

@@ -82,7 +82,7 @@ proc test_d_typeof {} {
clean_restart
if [set_lang_d] {
if {[set_lang_d]} {
test_d_sizeof
test_d_typeof
} else {