From 2c44deac314a68855b3c330e675bcd984a2dcf66 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 22 Jun 2012 17:15:22 +0000 Subject: * gdb.objc/basicclass.exp: Use standard_testfile. (do_objc_tests): Don't declare objdir. * gdb.objc/nondebug.exp: Use standard_testfile. (do_objc_tests): Don't declare objdir. * gdb.objc/objcdecode.exp: Use standard_testfile. (do_objc_tests): Don't declare objdir. --- gdb/testsuite/gdb.objc/nondebug.exp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gdb/testsuite/gdb.objc/nondebug.exp') diff --git a/gdb/testsuite/gdb.objc/nondebug.exp b/gdb/testsuite/gdb.objc/nondebug.exp index ea775fc..bca897f 100644 --- a/gdb/testsuite/gdb.objc/nondebug.exp +++ b/gdb/testsuite/gdb.objc/nondebug.exp @@ -17,9 +17,7 @@ # This file was written by Adam Fedor (fedor@gnu.org) -set testfile "nondebug" -set srcfile ${testfile}.m -set binfile ${objdir}/${subdir}/${testfile} +standard_testfile .m # # Objective-C program compilation isn't standard. We need to figure out @@ -31,7 +29,6 @@ if {[gdb_compile_objc "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [ proc do_objc_tests {} { global subdir - global objdir global srcdir global binfile global gdb_prompt -- cgit v1.1