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