diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-linetable.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-linetable.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-linetable.exp b/gdb/testsuite/gdb.python/py-linetable.exp index a4ae050..535a935 100644 --- a/gdb/testsuite/gdb.python/py-linetable.exp +++ b/gdb/testsuite/gdb.python/py-linetable.exp @@ -40,7 +40,7 @@ if { [skip_python_tests] } { continue } gdb_py_test_silent_cmd "python lt = gdb.selected_frame().find_sal().symtab.linetable()" \ "get instruction" 0 -gdb_py_test_multiple "input simple command" \ +gdb_test_multiline "input simple command" \ "python" "" \ "def list_lines():" "" \ " for l in lt:" "" \ |