* gdb.base/hashline2.exp: Fix typo.
* gdb.base/hashline3.exp: Likewise.
This commit is contained in:
parent
1aa89011a2
commit
1b14b8aa25
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue