diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/shreloc.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/shreloc.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/shreloc.exp b/gdb/testsuite/gdb.base/shreloc.exp index 559a0a2..206d9d8 100644 --- a/gdb/testsuite/gdb.base/shreloc.exp +++ b/gdb/testsuite/gdb.base/shreloc.exp @@ -39,7 +39,7 @@ set binfile $objdir/$subdir/$testfile set lib1_sl $objdir/$subdir/$libfile1.sl set lib2_sl $objdir/$subdir/$libfile2.sl -if [get_compiler_info ${binfile}] { +if [get_compiler_info] { return -1 } |