diff options
author | Per Bothner <per@bothner.com> | 1995-11-30 03:35:14 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-11-30 03:35:14 +0000 |
commit | 787f2cb3323e2eb01f11069b9ffa90708be1d2e9 (patch) | |
tree | 142ec96048bc69eaa17ddc7c45938b7033abad86 /gdb/testsuite/gdb.chill/callch.exp | |
parent | 5e54886116dd58d05183a465350c127f65fa4460 (diff) | |
download | gdb-787f2cb3323e2eb01f11069b9ffa90708be1d2e9.zip gdb-787f2cb3323e2eb01f11069b9ffa90708be1d2e9.tar.gz gdb-787f2cb3323e2eb01f11069b9ffa90708be1d2e9.tar.bz2 |
* Makefile.in: Add .exp.check rule.
* callch.ch: Add missing "%." to format strings.
* callch.exp: Fix argument to gdb_load.
* chexp.exp: Add specific error messages to test_print_reject calls.
* misc.exp: Add a test for PR 8496.
* pr-6632.exp, pr-8136.exp: Link executables from two .o files.
Diffstat (limited to 'gdb/testsuite/gdb.chill/callch.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/callch.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/callch.exp b/gdb/testsuite/gdb.chill/callch.exp index 158fb91..36d4f11 100644 --- a/gdb/testsuite/gdb.chill/callch.exp +++ b/gdb/testsuite/gdb.chill/callch.exp @@ -44,7 +44,7 @@ proc do_tests {} { gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir - gdb_load $objdir/$subdir/$binfile + gdb_load $binfile send "set language chill\n" ; |