* gdb.python/python.exp: Fix syntax in "post event insertion" test.
This commit is contained in:
parent
2c1001f6e6
commit
70ebf4ed1a
2 changed files with 5 additions and 1 deletions
|
@ -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" "" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue