diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-var-cp.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-var-cp.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-var-cp.exp b/gdb/testsuite/gdb.mi/mi-var-cp.exp index 9efc088..6ab5208 100644 --- a/gdb/testsuite/gdb.mi/mi-var-cp.exp +++ b/gdb/testsuite/gdb.mi/mi-var-cp.exp @@ -27,7 +27,7 @@ set testfile mi-var-cp set srcfile "$testfile.cc" set binfile $objdir/$subdir/$testfile -if [get_compiler_info ${binfile} "c++"] { +if [get_compiler_info "c++"] { return -1; } |