diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/non-ldr-exc-4.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/non-ldr-exc-4.exp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.threads/non-ldr-exc-4.exp b/gdb/testsuite/gdb.threads/non-ldr-exc-4.exp index aecf107..7543e20 100644 --- a/gdb/testsuite/gdb.threads/non-ldr-exc-4.exp +++ b/gdb/testsuite/gdb.threads/non-ldr-exc-4.exp @@ -23,10 +23,8 @@ if { [is_remote target] } then { continue } -set testfile "non-ldr-exc-4" -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 |