| 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 55239fe86b09ff25d1699dccb935d7d5fedb186f..b0df2cde1794672005d9a7dbd899321d258e6438 100644
|
| --- a/gdb/testsuite/gdb.mi/mi-file.exp
|
| +++ b/gdb/testsuite/gdb.mi/mi-file.exp
|
| @@ -32,10 +32,9 @@ if [mi_gdb_start] {
|
| continue
|
| }
|
|
|
| -set testfile "basics"
|
| -set srcfile ${testfile}.c
|
| -set binfile ${objdir}/${subdir}/mi-file
|
| -if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DFAKEARGV}] != "" } {
|
| +standard_testfile basics.c
|
| +
|
| +if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
|
| untested mi-file.exp
|
| return -1
|
| }
|
|
|