[19/27] Use clean_restart in gdb.ada

Message ID 20230125224614.1006886-20-tom@tromey.com
State Committed
Headers
Series Many small testsuite cleanups |

Commit Message

Tom Tromey Jan. 25, 2023, 10:46 p.m. UTC
  Change gdb.ada to use clean_restart more consistently.
---
 gdb/testsuite/gdb.ada/assign_1.exp          | 4 +---
 gdb/testsuite/gdb.ada/boolean_expr.exp      | 4 +---
 gdb/testsuite/gdb.ada/ptype_arith_binop.exp | 4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)
  

Patch

diff --git a/gdb/testsuite/gdb.ada/assign_1.exp b/gdb/testsuite/gdb.ada/assign_1.exp
index 88ba9a54f40..d5d81281e46 100644
--- a/gdb/testsuite/gdb.ada/assign_1.exp
+++ b/gdb/testsuite/gdb.ada/assign_1.exp
@@ -17,9 +17,7 @@  load_lib "ada.exp"
 
 require allow_ada_tests
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
+clean_restart
 
 # Force the language to Ada, as this will not happen automatically
 # in this case (no test program).
diff --git a/gdb/testsuite/gdb.ada/boolean_expr.exp b/gdb/testsuite/gdb.ada/boolean_expr.exp
index c3b854fd331..fda5da1ed79 100644
--- a/gdb/testsuite/gdb.ada/boolean_expr.exp
+++ b/gdb/testsuite/gdb.ada/boolean_expr.exp
@@ -17,9 +17,7 @@  load_lib "ada.exp"
 
 require allow_ada_tests
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
+clean_restart
 
 set any_nb "\[0-9\]+"
 set any_addr "0x\[0-9a-zA-Z\]+"
diff --git a/gdb/testsuite/gdb.ada/ptype_arith_binop.exp b/gdb/testsuite/gdb.ada/ptype_arith_binop.exp
index 19b85bfd4e1..bdfd5f0ce51 100644
--- a/gdb/testsuite/gdb.ada/ptype_arith_binop.exp
+++ b/gdb/testsuite/gdb.ada/ptype_arith_binop.exp
@@ -15,9 +15,7 @@ 
 
 require allow_ada_tests
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
+clean_restart
 
 gdb_test_no_output "set lang ada" \
          "set lang ada"