]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.cp/derivation.exp
gdb.cp/derivation.exp: s/perrro/perror/
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.cp / derivation.exp
index 85212396deedb82978d45ea60731079eb7fe768b..3758a12022b0056d190b7905823159455c431109 100644 (file)
@@ -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
 }