mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Use clean_restart in gdb.dlang
Change gdb.dlang to use clean_restart more consistently.
This commit is contained in:
@ -127,10 +127,7 @@ proc test_d_expressions {} {
|
||||
gdb_test "print \[1, 2\] ~ \[2, 3\]" " = \\\{1, 2, 2, 3\\\}"
|
||||
}
|
||||
|
||||
# Start with a fresh gdb.
|
||||
|
||||
gdb_exit
|
||||
gdb_start
|
||||
clean_restart
|
||||
|
||||
if [set_lang_d] {
|
||||
test_d_integer_literals
|
||||
|
Reference in New Issue
Block a user