diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/siginfo.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/siginfo.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/siginfo.exp b/gdb/testsuite/gdb.base/siginfo.exp index e49cd56..5389e0b 100644 --- a/gdb/testsuite/gdb.base/siginfo.exp +++ b/gdb/testsuite/gdb.base/siginfo.exp @@ -47,7 +47,7 @@ gdb_test "display/i \$pc" # Advance to main if { ![runto_main] } then { - gdb_suppress_tests; + gdb_suppress_tests } # Pass all the alarms straight through (but verbosely) |