Fix typo in test name
* gdb.python/py-framefilter.exp: Fix typo.
This commit is contained in:
parent
6e85473513
commit
6c46644734
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* gdb.python/py-framefilter.exp: Fix typo.
|
||||
|
||||
2014-02-08 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
|
||||
|
|
|
@ -237,7 +237,7 @@ gdb_test_no_output "python exec (open ('${remote_python_file}').read ())" \
|
|||
|
||||
# Disable Reverse
|
||||
gdb_test_no_output "disable frame-filter global Reverse" \
|
||||
"disable frame-filter gloval Reverse for no debuginfo"
|
||||
"disable frame-filter global Reverse for no debuginfo"
|
||||
gdb_test "bt" \
|
||||
".*#0..*in main \\(\\).*" \
|
||||
"bt for no debuginfo"
|
||||
|
|
Loading…
Reference in a new issue