summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.go/basic-types.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.go/basic-types.exp')
-rw-r--r--gdb/testsuite/gdb.go/basic-types.exp6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.go/basic-types.exp b/gdb/testsuite/gdb.go/basic-types.exp
index ce56ba4a681..ae95906a99a 100644
--- a/gdb/testsuite/gdb.go/basic-types.exp
+++ b/gdb/testsuite/gdb.go/basic-types.exp
@@ -100,11 +100,7 @@ proc test_complex_literal_types_accepted {} {
gdb_test "pt complex128(i1.0)" "type = complex128"
}
-# Start with a fresh gdb.
-
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
+clean_restart
if [set_lang_go] {
test_integer_literal_types_accepted