diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-function.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-function.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.python/py-function.exp b/gdb/testsuite/gdb.python/py-function.exp index a1beabc..4950f28 100644 --- a/gdb/testsuite/gdb.python/py-function.exp +++ b/gdb/testsuite/gdb.python/py-function.exp @@ -103,6 +103,6 @@ gdb_py_test_multiple "input command-calling function" \ "CallCommand ()" "" \ "end" "" -gdb_test_no_output "set var \$foo = \$call_command()" "Setting a value from a function which executes a command." +gdb_test_no_output "set var \$foo = \$call_command()" "setting a value from a function which executes a command." # There was a bug where GDB would segfault in the second call, so try calling again. -gdb_test_no_output "set var \$foo = \$call_command()" "Setting a value from a function which executes a command, again." +gdb_test_no_output "set var \$foo = \$call_command()" "setting a value from a function which executes a command, again." |