Remove superfluous semicolons from testsuite throughout.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / siginfo-addr.exp
index 761d1d686f4a5ffcbb9e728267d5174f2d894a97..02810e89ba5a5fe2472327dfc607ba599c2ba285 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2004, 2007 Free Software Foundation, Inc.
+# Copyright 2004-2013 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -30,12 +30,6 @@ if [gdb_skip_stdio_test "siginfo-addr.exp"] {
     continue
 }
 
-if $tracelevel then {
-    strace $tracelevel
-}
-
-set prms_id 0
-set bug_id 0
 
 set testfile siginfo-addr
 set srcfile ${testfile}.c
@@ -55,7 +49,7 @@ gdb_test "display/i \$pc"
 
 # Advance to main
 if { ![runto_main] } then {
-    gdb_suppress_tests;
+    gdb_suppress_tests
 }
 
 # Run to the signal.
This page took 0.025464 seconds and 4 git commands to generate.