| Index: gdb/testsuite/gdb.mi/mi-nsintrall.exp
|
| diff --git a/gdb/testsuite/gdb.mi/mi-nsintrall.exp b/gdb/testsuite/gdb.mi/mi-nsintrall.exp
|
| index ccdce5c38a430062e17e5dea9162335452538621..1d4aba5dec582e8112c67cb66174370e79675a00 100644
|
| --- a/gdb/testsuite/gdb.mi/mi-nsintrall.exp
|
| +++ b/gdb/testsuite/gdb.mi/mi-nsintrall.exp
|
| @@ -29,11 +29,9 @@ if {[mi_gdb_start]} {
|
| #
|
| # Start here
|
| #
|
| -set testfile "nsintrall"
|
| -set srcfile "$testfile.c"
|
| -set binfile "$objdir/$subdir/mi-$testfile"
|
| +standard_testfile nsintrall.c
|
|
|
| -set options [list debug incdir=$objdir]
|
| +set options [list debug]
|
| if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
|
| return -1
|
| }
|
|
|