aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-until.exp
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-02-12 16:36:07 +0000
committerPedro Alves <palves@redhat.com>2013-02-12 16:36:07 +0000
commit17282693e9e8c93e2bdd1dd28c6745994046291e (patch)
treec7a3f25119eb6ad1207a60b53e68fcccb9b6763d /gdb/testsuite/gdb.mi/mi-until.exp
parent43aaf8b6d65482181952f37192a795418457df26 (diff)
downloadfsf-binutils-gdb-17282693e9e8c93e2bdd1dd28c6745994046291e.zip
fsf-binutils-gdb-17282693e9e8c93e2bdd1dd28c6745994046291e.tar.gz
fsf-binutils-gdb-17282693e9e8c93e2bdd1dd28c6745994046291e.tar.bz2
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 <palves@redhat.com> * 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.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-until.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-until.exp11
1 files changed, 5 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>.
-# 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"