* gdb.arch/i386-size.exp: Updated expected output for
[binutils-gdb.git] / gdb / testsuite / gdb.arch / i386-size.exp
index e60cb8692b36511f2f4ab7bcf3cd2e84e2ef196d..e4d4ad3deec56b7c047995876ec281f3287c0f1d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright 2006, 2007, 2008, 2009, 2010 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
@@ -82,7 +82,7 @@ gdb_test_multiple "disassemble main" $message {
     -re "call.*<trap>.*$gdb_prompt $" {
        fail $message
     }
-    -re "<main\\+8>:\[ \t\]+ret\[ \t\r\n\]+End of.*$gdb_prompt $" {
+    -re "<\\+8>:\[ \t\]+ret\[ \t\r\n\]+End of.*$gdb_prompt $" {
        pass $message
     }
 }