Remove superfluous semicolons from testsuite throughout.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / break.exp
index 41371aac100728c7a1a9264630ed09672be545b3..d5ce29b6e331bcc0dd55ede25c974986dc295660 100644 (file)
@@ -776,8 +776,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 }
     }
@@ -838,7 +838,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.026718 seconds and 4 git commands to generate.