| Index: gdb/testsuite/gdb.mi/mi-file.exp
|
| diff --git a/gdb/testsuite/gdb.mi/mi-file.exp b/gdb/testsuite/gdb.mi/mi-file.exp
|
| index b0df2cde1794672005d9a7dbd899321d258e6438..08e625f6b413307a662e32f914bfbc6bd933e132 100644
|
| --- a/gdb/testsuite/gdb.mi/mi-file.exp
|
| +++ b/gdb/testsuite/gdb.mi/mi-file.exp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 1999, 2003-2004, 2007-2012 Free Software Foundation, Inc.
|
| +# Copyright 1999-2013 Free Software Foundation, Inc.
|
|
|
| # This program is free software; you can redistribute it and/or modify
|
| # it under the terms of the GNU General Public License as published by
|
| @@ -13,16 +13,7 @@
|
| # 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 essential Machine interface (MI) operations
|
| -#
|
| -# Verify that, using the MI, we can run a simple program and perform basic
|
| -# debugging activities like: insert breakpoints, run the program,
|
| -# step, next, continue until it ends and, last but not least, quit.
|
| -#
|
| -# The goal is not to test gdb functionality, which is done by other tests,
|
| -# but to verify the correct output response to MI operations.
|
| -#
|
| +# Test -file-list-exec-source-files.
|
|
|
| load_lib mi-support.exp
|
| set MIFLAGS "-i=mi"
|
|
|