| Index: gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.exp
|
| diff --git a/gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.exp b/gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.exp
|
| index ba80f4f96017847fa5ffedb0c9715a5fd7040e7d..d3c56815c4fa18cdedb1bec7c45b17b718949cee 100644
|
| --- a/gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.exp
|
| +++ b/gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.exp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2011-2012 Free Software Foundation, Inc.
|
| +# Copyright 2011-2013 Free Software Foundation, Inc.
|
|
|
| # This program is free software; you can redistribute it and/or modify
|
| # it under the terms of the GNU General Public License as published by
|
| @@ -26,7 +26,7 @@ if [mi_gdb_start] {
|
| standard_testfile .cc
|
|
|
| if [get_compiler_info "c++"] {
|
| - return -1;
|
| + return -1
|
| }
|
|
|
| if {[gdb_compile $srcdir/$subdir/$srcfile $binfile executable {debug c++}] != ""} {
|
|
|