| Index: gdb/testsuite/gdb.mi/mi-until.exp
|
| diff --git a/gdb/testsuite/gdb.mi/mi-until.exp b/gdb/testsuite/gdb.mi/mi-until.exp
|
| index 6caf0a0834f1ac35357b629af69a37d25f95d35b..a1c97b1c94d0885b472a03d7834542d7c4a434dd 100644
|
| --- a/gdb/testsuite/gdb.mi/mi-until.exp
|
| +++ b/gdb/testsuite/gdb.mi/mi-until.exp
|
| @@ -30,10 +30,9 @@ if [mi_gdb_start] {
|
| continue
|
| }
|
|
|
| -set testfile "until"
|
| -set srcfile ${testfile}.c
|
| -set binfile ${objdir}/${subdir}/${testfile}
|
| -if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DFAKEARGV}] != "" } {
|
| +standard_testfile until.c
|
| +
|
| +if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
|
| untested mi-until.exp
|
| return -1
|
| }
|
|
|