| Index: gdb/testsuite/gdb.modula2/unbounded-array.exp
|
| diff --git a/gdb/testsuite/gdb.modula2/unbounded-array.exp b/gdb/testsuite/gdb.modula2/unbounded-array.exp
|
| index 485de0bbc499b4839a54288ff5b4ba4d5c7948e4..38dcf8fb0d51041907fe96a9811cebb5ba64720a 100644
|
| --- a/gdb/testsuite/gdb.modula2/unbounded-array.exp
|
| +++ b/gdb/testsuite/gdb.modula2/unbounded-array.exp
|
| @@ -17,24 +17,13 @@
|
| # the elements of an unbounded array using the Modula-2 language mode of
|
| # gdb.
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
| -set testfile "unbounded1"
|
| -set srcfile ${testfile}.c
|
| -set binfile ${objdir}/${subdir}/${testfile}
|
| +standard_testfile unbounded1.c
|
|
|
| -if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug quiet}] != "" } {
|
| - untested "Couldn't compile ${srcfile}"
|
| +if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug quiet}]} {
|
| + untested $testfile.exp
|
| return -1
|
| }
|
|
|
| -gdb_exit
|
| -gdb_start
|
| -gdb_reinitialize_dir $srcdir/$subdir
|
| -gdb_load ${binfile}
|
| -
|
| if ![runto foo] then {
|
| perror "couldn't run to breakpoint foo"
|
| continue
|
|
|