diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/wp-replication.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/wp-replication.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/wp-replication.exp b/gdb/testsuite/gdb.threads/wp-replication.exp index d1c5b9d..bec3d10 100644 --- a/gdb/testsuite/gdb.threads/wp-replication.exp +++ b/gdb/testsuite/gdb.threads/wp-replication.exp @@ -42,7 +42,7 @@ clean_restart ${binfile} gdb_test_no_output "set can-use-hw-watchpoints 1" "" # Run to `main' where we begin our tests. -if ![runto_main] then { +if {![runto_main]} { return 0 } |