mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
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:
@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user