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