* configure: Rebuild.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / expand-sals.exp
index 741e7bc1888f626d67a4f5da3a774cd24385b5fe..e4fd59b8ffeaf6f9dc23cf2edda3d275f4835a5b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2009 Free Software Foundation, Inc.
+# Copyright 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
@@ -46,7 +46,7 @@ gdb_continue_to_breakpoint "caller" ".*caller-line.*"
 
 # Test GDB caught this return call and not the next one through B::B()
 gdb_test "bt" \
-        "#0 \[^\r\n\]* A \[^\r\n\]*\r\n#1 \[^\r\n\]* main \[^\r\n\]*" \
+        "#0 \[^\r\n\]* (A::)?A \[^\r\n\]*\r\n#1 \[^\r\n\]* main \[^\r\n\]*" \
         "bt from A"
 
 gdb_continue_to_breakpoint "next caller func" ".*func-line.*"
This page took 0.025173 seconds and 4 git commands to generate.