gdb.cp/derivation.exp: s/perrro/perror/
This commit is contained in:
parent
6f72a1112b
commit
eab88b547c
|
@ -1,3 +1,7 @@
|
|||
2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* gdb.cp/derivation.exp: s/perrro/perror/
|
||||
|
||||
2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
|
||||
|
|
|
@ -262,7 +262,7 @@ gdb_test "ptype N::Derived::value_type" "type = int"
|
|||
|
||||
# Now run to N::Derived::doit and get the type of "value_type"
|
||||
if {![runto "N::Derived::doit"]} {
|
||||
perrro "couldn't run to N::Derived::doit"
|
||||
perror "couldn't run to N::Derived::doit"
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue