Index: gdb/testsuite/gdb.arch/powerpc-d128-regs.exp |
diff --git a/gdb/testsuite/gdb.arch/powerpc-d128-regs.exp b/gdb/testsuite/gdb.arch/powerpc-d128-regs.exp |
index 5e952d8e9bed9ac1be918a881bd094ab673c0c72..a54793361cad242d372234ff4c7ecbb41a50f66a 100644 |
--- a/gdb/testsuite/gdb.arch/powerpc-d128-regs.exp |
+++ b/gdb/testsuite/gdb.arch/powerpc-d128-regs.exp |
@@ -1,6 +1,6 @@ |
# This testcase is part of GDB, the GNU debugger. |
-# Copyright 2008-2012 Free Software Foundation, Inc. |
+# Copyright 2008-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 |
@@ -47,7 +47,7 @@ if { ![runto main] } then { |
} |
if [gdb_test "show arch" ".*currently powerpc:common.*" "Checking for PPC arch"] { |
- return -1; |
+ return -1 |
} |
gdb_test "next" "" |