Fix comment in mi-trace-save.exp
authorSimon Marchi <simon.marchi@ericsson.com>
Mon, 17 Oct 2016 20:54:24 +0000 (16:54 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Mon, 17 Oct 2016 20:54:24 +0000 (16:54 -0400)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/mi-trace-save.exp

index f0c8415a946110c032aca4b185b1e5b69e01f87c..9d3528324036a7aa933c56b03b383f3b660a0fdd 100644 (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.
index 96bb70dbcea3a02c4818499e1d042d9b1861872a..edb3a596b05bcba2be6ca4e14719dd5a08338f2b 100644 (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)\""]