Index: gdb/testsuite/gdb.cp/psmang.exp |
diff --git a/gdb/testsuite/gdb.cp/psmang.exp b/gdb/testsuite/gdb.cp/psmang.exp |
index fc895e6c68f7ee87943f7ad287aac0c01a97683e..f26430a11aceb728caf93c1ba604e34164a4531c 100644 |
--- a/gdb/testsuite/gdb.cp/psmang.exp |
+++ b/gdb/testsuite/gdb.cp/psmang.exp |
@@ -1,4 +1,4 @@ |
-# Copyright 2002, 2004, 2007-2012 Free Software Foundation, Inc. |
+# Copyright 2002-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 |
@@ -181,7 +181,7 @@ if { [skip_cplus_tests] } { continue } |
standard_testfile psmang1.cc psmang2.cc |
if [get_compiler_info "c++"] { |
- return -1; |
+ return -1 |
} |
if {[prepare_for_testing $testfile.exp $testfile \ |