mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
Fix duplicate test message in mi-trace-save.exp
gdb/testsuite/ChangeLog: * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args): Change test message.
This commit is contained in:
@ -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):
|
||||||
|
Change test message.
|
||||||
|
|
||||||
2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
|
2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
|
||||||
|
|
||||||
* gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
|
* gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
|
||||||
|
@ -27,7 +27,7 @@ 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)\""]
|
set err_re [string_to_regexp "^error,msg=\"Exactly one argument required (file in which to save trace data)\""]
|
||||||
|
|
||||||
mi_gdb_test "-trace-save" "$err_re" "-trace-save with missing argument"
|
mi_gdb_test "-trace-save" "$err_re" "-trace-save with missing argument"
|
||||||
mi_gdb_test "-trace-save a b" "$err_re" "-trace-save with missing argument"
|
mi_gdb_test "-trace-save a b" "$err_re" "-trace-save with too many arguments"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Test with an unrecognized option.
|
# Test with an unrecognized option.
|
||||||
|
Reference in New Issue
Block a user