diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2016-10-17 16:54:24 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2016-10-17 16:54:24 -0400 |
commit | 3ccdb4324b0dc9fa46ee7cad9b370f8c7c370c3b (patch) | |
tree | 03ee2af8e2a0d5ead76e36909788a13ee12b3100 /gdb/testsuite/gdb.trace | |
parent | 5bad3170301060ee0801a739ffc213abae664973 (diff) | |
download | fsf-binutils-gdb-3ccdb4324b0dc9fa46ee7cad9b370f8c7c370c3b.zip fsf-binutils-gdb-3ccdb4324b0dc9fa46ee7cad9b370f8c7c370c3b.tar.gz fsf-binutils-gdb-3ccdb4324b0dc9fa46ee7cad9b370f8c7c370c3b.tar.bz2 |
Fix comment in mi-trace-save.exp
This fixes a comment I forgot to update in the previous patch.
gdb/testsuite/ChangeLog:
* gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
Update comment.
Diffstat (limited to 'gdb/testsuite/gdb.trace')
-rw-r--r-- | gdb/testsuite/gdb.trace/mi-trace-save.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.trace/mi-trace-save.exp b/gdb/testsuite/gdb.trace/mi-trace-save.exp index 96bb70d..edb3a59 100644 --- a/gdb/testsuite/gdb.trace/mi-trace-save.exp +++ b/gdb/testsuite/gdb.trace/mi-trace-save.exp @@ -21,7 +21,7 @@ load_lib mi-support.exp mi_gdb_start -# Test without the required "filename" argument. +# Test with the wrong number of arguments. proc test_trace_save_wrong_num_args { } { set err_re [string_to_regexp "^error,msg=\"Exactly one argument required (file in which to save trace data)\""] |