aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/infoline.exp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-06-27 18:51:31 +0000
committerTom Tromey <tromey@redhat.com>2013-06-27 18:51:31 +0000
commitf8b41b00226b5ad0dcdbad27951eddbbdae81e2a (patch)
tree92ad585fedd0f4f67494f77cf7343cf0274612d2 /gdb/testsuite/gdb.base/infoline.exp
parent289f9037cb9f11c5588dd3baf648e253ffc57574 (diff)
downloadgdb-f8b41b00226b5ad0dcdbad27951eddbbdae81e2a.zip
gdb-f8b41b00226b5ad0dcdbad27951eddbbdae81e2a.tar.gz
gdb-f8b41b00226b5ad0dcdbad27951eddbbdae81e2a.tar.bz2
test suite update - gdb.base/[h-m]
Convert files gdb.base/[h-m]*.exp to use standard_output_file et al. * hook-stop-continue.exp, hook-stop-frame.exp, huge.exp, included.exp, inferior-died.exp, infnan.exp, info-fun.exp, info-macros.exp, info-os.exp, info-proc.exp, info-target.exp, infoline.exp, interp.exp, interrupt.exp, jit-simple.exp, jit-so.exp, jump.exp, kill-after-signal.exp, label.exp, langs.exp, lineinc.exp, list.exp, logical.exp, long_long.exp, longjmp.exp, macscp.exp, maint.exp, memattr.exp, mips_pro.exp, miscexprs.exp, morestack.exp, moribund-step.exp, multi-forks.exp: Use standard_testfile, standard_output_file, prepare_for_testing, clean_restart.
Diffstat (limited to 'gdb/testsuite/gdb.base/infoline.exp')
-rw-r--r--gdb/testsuite/gdb.base/infoline.exp5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.base/infoline.exp b/gdb/testsuite/gdb.base/infoline.exp
index 2251158..9fb2f53 100644
--- a/gdb/testsuite/gdb.base/infoline.exp
+++ b/gdb/testsuite/gdb.base/infoline.exp
@@ -13,15 +13,12 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-set testfile infoline
-set srcfile ${testfile}.c
+standard_testfile
if { [prepare_for_testing ${testfile}.exp ${testfile}] } {
return -1
}
-clean_restart ${testfile}
-
# Verify that the "info line" command does not skip function prologues.
# If it did, GDB would tell us that the line we're interested in starts
# at <twice+N> where N is different from zero.