[gdb/testsuite] Fix typo in gdb.base/gdb-caching-proc.exp
Fix intial -> initial typo. gdb/testsuite/ChangeLog: 2020-05-19 Tom de Vries <tdevries@suse.de> * gdb.base/gdb-caching-proc.exp: Fix typo.
This commit is contained in:
parent
7d874253bf
commit
4cd9f3d510
@ -1,3 +1,7 @@
|
||||
2020-05-19 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* gdb.base/gdb-caching-proc.exp: Fix typo.
|
||||
|
||||
2020-05-19 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* gdb.rust/simple.exp: Add some test descriptions.
|
||||
|
@ -28,7 +28,7 @@ proc test_proc { name } {
|
||||
|
||||
set resultlist [list]
|
||||
|
||||
with_test_prefix intial {
|
||||
with_test_prefix initial {
|
||||
set first [gdb_do_cache_wrap $real_name]
|
||||
}
|
||||
lappend resultlist $first
|
||||
|
Loading…
Reference in New Issue
Block a user