]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.cp/gdb2495.exp: Do not include directories in filename in
authorJoseph Myers <joseph@codesourcery.com>
Tue, 11 Oct 2011 01:27:49 +0000 (01:27 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 11 Oct 2011 01:27:49 +0000 (01:27 +0000)
expected message.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/gdb2495.exp

index 4fc974e7e833767c6452ec082065f058e3c97832..ddedefac697e237d23d7e0ce5066902a363cbaef 100644 (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.
index c857d8b23474fe7b43ad630a1cea2cc9f7d268a6..acb8a701eef7f1bdf02fc59caed37ee23ea28501 100644 (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" \