Fix typo in test name

* gdb.python/py-framefilter.exp: Fix typo.
This commit is contained in:
Andreas Schwab 2014-02-08 10:43:24 +01:00
parent 6e85473513
commit 6c46644734
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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"