From 0344e8789041c41c4561cfd54c4b04e512983fb4 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 11 Oct 2011 01:27:49 +0000 Subject: * gdb.cp/gdb2495.exp: Do not include directories in filename in expected message. --- gdb/testsuite/gdb.cp/gdb2495.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.cp') 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" \ -- cgit v1.1