From 17282693e9e8c93e2bdd1dd28c6745994046291e Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Tue, 12 Feb 2013 16:36:07 +0000 Subject: Tweak intro comments to some MI test files. A while ago I noticed there's some blind copy/pasting going on some test intro comments. This fixes some instances, in the MI testsuite. Tested on x86_64 Fedora 17. testsuite/ 2013-02-12 Pedro Alves * gdb.mi/mi-basics.exp: Tweak intro comment. * gdb.mi/mi-break.exp: Tweak intro comment. * gdb.mi/mi-console.exp: Tweak intro comment. * gdb.mi/mi-file.exp: Tweak intro comment. * gdb.mi/mi-read-memory.exp: Tweak intro comment. * gdb.mi/mi-return.exp: Tweak intro comment. * gdb.mi/mi-stepi.exp: Tweak intro comment. * gdb.mi/mi-until.exp: Tweak intro comment. * gdb.mi/mi-watch.exp: Tweak intro comment. --- gdb/testsuite/gdb.mi/mi-until.exp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'gdb/testsuite/gdb.mi/mi-until.exp') diff --git a/gdb/testsuite/gdb.mi/mi-until.exp b/gdb/testsuite/gdb.mi/mi-until.exp index 2e075df..fce7b37 100644 --- a/gdb/testsuite/gdb.mi/mi-until.exp +++ b/gdb/testsuite/gdb.mi/mi-until.exp @@ -13,14 +13,13 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Test Machine interface (MI) operations +# Test Machine interface (MI) operations +# # Verify that, using the MI, we can run a simple program and perform -# exec-until. - -# The goal is not to -# test gdb functionality, which is done by other tests, but to verify -# the correct output response to MI operations. +# exec-until. # +# The goal is not to test gdb functionality, which is done by other +# tests, but to verify the correct output response to MI operations. load_lib mi-support.exp set MIFLAGS "-i=mi" -- cgit v1.1