Remove superfluous semicolons from testsuite throughout.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / attach-into-signal.exp
index d9a7b16b4ef67736cb1faa8d58153dc2603af387..2bcb7dc1c906f9874ca3231d81aefff51761e287 100644 (file)
@@ -66,9 +66,9 @@ proc corefunc { threadtype executable } {
                    set stoppedtry 10
                    break
                }
-               gets $fileid line1;
-               gets $fileid line2;
-               close $fileid;
+               gets $fileid line1
+               gets $fileid line2
+               close $fileid
 
                if {![string match "*(stopped)*" $line2]} {
                    # No PASS message as we may be looping in multiple
This page took 0.030914 seconds and 4 git commands to generate.