* gdb.cp/gdb2495.exp: Do not include directories in filename in

expected message.
This commit is contained in:
Joseph Myers 2011-10-11 01:27:49 +00:00
parent c8644228f4
commit 0344e87890
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-10-10 Joseph Myers <joseph@codesourcery.com>
* gdb.cp/gdb2495.exp: Do not include directories in filename in
expected message.
2011-10-09 Doug Evans <dje@google.com>
* gdb.base/alias.exp: Add tests for alias command.

View File

@ -104,7 +104,7 @@ gdb_test "bt" \
# call and that the std::terminate breakpoint has evaporated and
# cleaned-up.
gdb_test "info breakpoints" \
"gdb.cp/gdb2495\.cc.*"
"gdb2495\.cc.*"
# Turn off this new behaviour.
gdb_test_multiple "set unwind-on-terminating-exception off" \