diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/rtti.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/rtti.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/rtti.exp b/gdb/testsuite/gdb.cp/rtti.exp index d9e413f..ebd8d27 100644 --- a/gdb/testsuite/gdb.cp/rtti.exp +++ b/gdb/testsuite/gdb.cp/rtti.exp @@ -54,7 +54,7 @@ if { [gdb_compile "$objdir/$subdir/$objfile1 $objdir/$subdir/$objfile2" "${binf return -1 } -if [get_compiler_info ${binfile} "c++"] { +if [get_compiler_info "c++"] { return -1 } |