diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/shadow.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/shadow.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/shadow.exp b/gdb/testsuite/gdb.cp/shadow.exp index 47d6207..91541a3 100644 --- a/gdb/testsuite/gdb.cp/shadow.exp +++ b/gdb/testsuite/gdb.cp/shadow.exp @@ -25,7 +25,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb return -1 } -if [get_compiler_info ${binfile}] { +if [get_compiler_info] { return -1 } |