mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* gdb.python/python.exp: Fix syntax in "post event insertion" test.
This commit is contained in:
@ -124,7 +124,7 @@ gdb_test "python print x" "23"
|
||||
gdb_py_test_multiple "post event insertion" \
|
||||
"python" "" \
|
||||
"someVal = 0" "" \
|
||||
"class Foo():" "" \
|
||||
"class Foo(object):" "" \
|
||||
" def __call__(self):" "" \
|
||||
" global someVal" "" \
|
||||
" someVal += 1" "" \
|
||||
|
Reference in New Issue
Block a user