diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-10-11 01:27:49 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2011-10-11 01:27:49 +0000 |
commit | 0344e8789041c41c4561cfd54c4b04e512983fb4 (patch) | |
tree | 5faf76cfce9081765eee9ef738a393f4a6c44d0a /gdb | |
parent | c8644228f46a9e07a695a2d68129a55731f5b7ca (diff) | |
download | fsf-binutils-gdb-0344e8789041c41c4561cfd54c4b04e512983fb4.zip fsf-binutils-gdb-0344e8789041c41c4561cfd54c4b04e512983fb4.tar.gz fsf-binutils-gdb-0344e8789041c41c4561cfd54c4b04e512983fb4.tar.bz2 |
* gdb.cp/gdb2495.exp: Do not include directories in filename in
expected message.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cp/gdb2495.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4fc974e..ddedefa 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/gdb.cp/gdb2495.exp b/gdb/testsuite/gdb.cp/gdb2495.exp index c857d8b..acb8a70 100644 --- a/gdb/testsuite/gdb.cp/gdb2495.exp +++ b/gdb/testsuite/gdb.cp/gdb2495.exp @@ -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" \ |