diff options
Diffstat (limited to 'gdb/testsuite/gdb.linespec/skip-two.exp')
-rw-r--r-- | gdb/testsuite/gdb.linespec/skip-two.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.linespec/skip-two.exp b/gdb/testsuite/gdb.linespec/skip-two.exp index 6e3ab30..cfd91da 100644 --- a/gdb/testsuite/gdb.linespec/skip-two.exp +++ b/gdb/testsuite/gdb.linespec/skip-two.exp @@ -31,7 +31,7 @@ if {[prepare_for_testing "failed to prepare" $execfile \ gdb_test "skip function dupname" \ {Function dupname will be skipped when stepping\.} -if ![runto_main] { +if {![runto_main]} { return -1 } @@ -63,7 +63,7 @@ gdb_test_no_output "skip delete 1" gdb_test "skip file thefile.cc" \ {File thefile\.cc will be skipped when stepping\.} -if ![runto_main] { +if {![runto_main]} { return -1 } |