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.
This commit is contained in:
Simon Marchi 2016-10-17 16:54:24 -04:00
parent 5bad317030
commit 3ccdb4324b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
* gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
Update comment.
2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
* gdb.trace/mi-trace-save.exp: New file.

View File

@ -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)\""]