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