diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/actions.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/actions.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.trace/actions.exp b/gdb/testsuite/gdb.trace/actions.exp index f02890a..46890f5 100644 --- a/gdb/testsuite/gdb.trace/actions.exp +++ b/gdb/testsuite/gdb.trace/actions.exp @@ -212,7 +212,7 @@ gdb_test_no_output "set default-collect" \ gdb_test "tvariable \$tsv" \ "Trace state variable \\\$tsv created, with initial value 0." \ - "Create a trace state variable" + "create a trace state variable" gdb_trace_setactions "5.10a: set teval action for first tracepoint" \ "$trcpt1" \ |