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