Index: gdb/testsuite/gdb.mi/mi2-syn-frame.exp |
diff --git a/gdb/testsuite/gdb.mi/mi2-syn-frame.exp b/gdb/testsuite/gdb.mi/mi2-syn-frame.exp |
index 0641cc3aa2d2f8417eec007b3d4ba0d0b9394adc..9c24cca4f1230d40099f80a54dd383f8cb9a0d16 100644 |
--- a/gdb/testsuite/gdb.mi/mi2-syn-frame.exp |
+++ b/gdb/testsuite/gdb.mi/mi2-syn-frame.exp |
@@ -24,10 +24,9 @@ if [target_info exists gdb,nosignals] { |
load_lib mi-support.exp |
set MIFLAGS "-i=mi2" |
-set testfile "mi-syn-frame" |
-set srcfile ${testfile}.c |
-set binfile ${objdir}/${subdir}/${testfile} |
-if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DFAKEARGV}] != "" } { |
+standard_testfile mi-syn-frame.c |
+ |
+if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { |
untested mi2-syn-frame.exp |
return -1 |
} |