aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2013-11-02 00:04:36 +0000
committerMaciej W. Rozycki <macro@codesourcery.com>2013-11-02 00:06:13 +0000
commiteab88b547c358493cd81c5336fa9f296cc5a0483 (patch)
treef4b76434b770e026cf5faffbbf11642aa5be8440 /gdb
parent6f72a1112b5e0b07e3545c9db217cf994ef6b759 (diff)
downloadgdb-eab88b547c358493cd81c5336fa9f296cc5a0483.zip
gdb-eab88b547c358493cd81c5336fa9f296cc5a0483.tar.gz
gdb-eab88b547c358493cd81c5336fa9f296cc5a0483.tar.bz2
gdb.cp/derivation.exp: s/perrro/perror/
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.cp/derivation.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 6df87ae..249eb88 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
diff --git a/gdb/testsuite/gdb.cp/derivation.exp b/gdb/testsuite/gdb.cp/derivation.exp
index 8521239..3758a12 100644
--- a/gdb/testsuite/gdb.cp/derivation.exp
+++ b/gdb/testsuite/gdb.cp/derivation.exp
@@ -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
}