| Index: gdb/testsuite/gdb.mi/mi-stepi.exp
|
| diff --git a/gdb/testsuite/gdb.mi/mi-stepi.exp b/gdb/testsuite/gdb.mi/mi-stepi.exp
|
| index 10e12be4ccf62173415c5b343996a19cb35423d9..245dc1c37e0d3b373554378c754b468cd1aed90a 100644
|
| --- a/gdb/testsuite/gdb.mi/mi-stepi.exp
|
| +++ b/gdb/testsuite/gdb.mi/mi-stepi.exp
|
| @@ -31,10 +31,9 @@ if [mi_gdb_start] {
|
| continue
|
| }
|
|
|
| -set testfile "basics"
|
| -set srcfile ${testfile}.c
|
| -set binfile ${objdir}/${subdir}/mi-stepi
|
| -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-stepi.exp
|
| return -1
|
| }
|
|
|