diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/non-ldr-exc-3.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/non-ldr-exc-3.exp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.threads/non-ldr-exc-3.exp b/gdb/testsuite/gdb.threads/non-ldr-exc-3.exp index 7d6841d..9d674a6 100644 --- a/gdb/testsuite/gdb.threads/non-ldr-exc-3.exp +++ b/gdb/testsuite/gdb.threads/non-ldr-exc-3.exp @@ -24,10 +24,8 @@ if { [is_remote target] } then { continue } -set testfile "non-ldr-exc-3" -set srcfile ${testfile}.c +standard_testfile set executable ${testfile} -set binfile ${objdir}/${subdir}/${executable} if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { return -1 |