diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/tls-so_extern.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/tls-so_extern.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/tls-so_extern.exp b/gdb/testsuite/gdb.threads/tls-so_extern.exp index e678317..b885c0b 100644 --- a/gdb/testsuite/gdb.threads/tls-so_extern.exp +++ b/gdb/testsuite/gdb.threads/tls-so_extern.exp @@ -31,7 +31,7 @@ if { [gdb_compile_shlib_pthreads ${srcdir}/${subdir}/${srcfile_lib} ${binfile_li clean_restart ${binfile} gdb_load_shlib ${binfile_lib} -if ![runto_main] then { +if {![runto_main]} { return 0 } |