Remove superfluous semicolons from testsuite throughout.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / sepdebug.exp
index 1e63835c2a30ffa1f11f56f1e79d65f2a87a8267..9e956c726de6701e4639bde49e91b5966711ba1f 100644 (file)
@@ -578,8 +578,8 @@ proc test_next_with_recursion {} {
     gdb_expect {
        -re "Break.* factorial .value=6. .*$gdb_prompt $" {}
        -re ".*$gdb_prompt $" {
-           fail "run to factorial(6)";
-           gdb_suppress_tests;
+           fail "run to factorial(6)"
+           gdb_suppress_tests
        }
        timeout { fail "run to factorial(6) (timeout)" ; gdb_suppress_tests }
     }
@@ -640,7 +640,7 @@ proc test_next_with_recursion {} {
 
     if [target_info exists gdb,noresults] { gdb_suppress_tests }
   gdb_continue_to_end "recursive next test"
-   gdb_stop_suppressing_tests;
+   gdb_stop_suppressing_tests
 }
 
 test_next_with_recursion
This page took 0.032045 seconds and 4 git commands to generate.