* gdb.base/savedregs.exp: Fix typo.

gdb/testsuite/ChangeLog:

	* gdb.base/savedregs.exp: Fix typo.
This commit is contained in:
Doug Evans
2015-09-09 11:00:55 -07:00
parent cfe7570334
commit 4c666f844a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-09-09 Doug Evans <dje@google.com>
* gdb.base/savedregs.exp: Fix typo.
2015-09-09 Pedro Alves <palves@redhat.com>
* gdb.mi/mi-cli.exp: Add CLI finish tests.

View File

@ -33,7 +33,7 @@ if [target_info exists gdb,nosignals] {
standard_testfile .c
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
untested "Couldn't compile ${module}.c"
untested "Couldn't compile ${srcfile}"
return -1
}