Remove duplicate skip_python_tests invocation

I noticed that py-finish-breakpoint.exp had two calls to
skip_python_tests, in quick succession.  This patch removes the second
one.

gdb/testsuite/ChangeLog
2019-01-27  Tom Tromey  <tom@tromey.com>

	* gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
	skip_python_tests.
This commit is contained in:
Tom Tromey 2019-01-27 14:51:03 -07:00
parent eb51a3cd82
commit 1dbc40b9d7
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2019-01-27 Tom Tromey <tom@tromey.com>
* gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
skip_python_tests.
2019-01-24 Alan Hayward <alan.hayward@arm.com>
* gdb.base/infcall-nested-structs.c (struct struct_static_02_01):

View File

@ -53,9 +53,6 @@ if { $gdb_py_is_py24 == 1 } {
return 0
}
# Skip all tests if Python scripting is not enabled.
if { [skip_python_tests] } { continue }
#
# Test FinishBreakpoint in normal conditions
#