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

* gdb.base/hashline3.exp: Likewise.
This commit is contained in:
Andreas Schwab 2008-11-03 19:36:39 +00:00
parent 1aa89011a2
commit 1b14b8aa25
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-11-03 Andreas Schwab <schwab@suse.de>
* gdb.base/hashline2.exp: Fix typo.
* gdb.base/hashline3.exp: Likewise.
2008-10-30 Tom Tromey <tromey@redhat.com>
* gdb.base/pointers.exp: Add test.

View File

@ -38,7 +38,7 @@ puts $fd "int main () { return 0; } /* set breakpoint here */"
close $fd
if { [gdb_compile "${objdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
untested hashline1.exp
untested hashline2.exp
return -1
}

View File

@ -37,7 +37,7 @@ puts $fd "int main () { return 0; } /* set breakpoint here */"
close $fd
if { [gdb_compile "${objdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
untested hashline1.exp
untested hashline3.exp
return -1
}