mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
simple test suite fix in gdb.ada
This changes one spot in gdb.ada to use standard_testfile. * gdb.ada/info_types.exp: Use standard_testfile.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2013-07-16 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* gdb.ada/info_types.exp: Use standard_testfile.
|
||||||
|
|
||||||
2013-07-16 Tom Tromey <tromey@redhat.com>
|
2013-07-16 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gdb.mi/mi-basics.exp: Use standard_output_file.
|
* gdb.mi/mi-basics.exp: Use standard_output_file.
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
set testfile info_types
|
standard_testfile .c
|
||||||
set srcfile ${testfile}.c
|
|
||||||
if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
|
if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user