Remove superfluous semicolons from testsuite throughout.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / ending-run.exp
index 73d08f0e363918a61e604cdbc45567bd4bff1582..ec155da5f63270fa6c3c28f48fb45bfbddb6df1a 100644 (file)
@@ -209,7 +209,7 @@ set program_not_exited 0
 set program_in_exit 0
 if {!$use_gdb_stub
     && (! [target_info exists use_cygmon] || ! [target_info use_cygmon])} {
-    global program_exited;
+    global program_exited
     if {[eval expr $program_exited == 0]} {
        gdb_test_multiple "n" "step to end of run" {
            -re "$inferior_exited_re normally.*$gdb_prompt $" {
This page took 0.025985 seconds and 4 git commands to generate.