summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-01-04 22:30:21 +0000
committerDaniel Jacobowitz <drow@false.org>2003-01-04 22:30:21 +0000
commit147ff08c6bd7dbd5043e45580973d07b1199d676 (patch)
tree47e547dc64d1bb4d4175d2631ef3675a40313fe1
parentf436a26abf98f2e2e27f08c2d6b994dec9e85b07 (diff)
downloadbinutils-gdb-147ff08c6bd7dbd5043e45580973d07b1199d676.tar.gz
* gdb.c++/casts.exp: Correct regexp.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.c++/casts.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 2c86c176e24..e6096aaba31 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-04 Daniel Jacobowitz <drow@mvista.com>
+
+ * gdb.c++/casts.exp: Correct regexp.
+
2003-01-04 Mark Kettenis <kettenis@gnu.org>
* configure.in: Call AC_CONFIG_HEADER. Don't call
diff --git a/gdb/testsuite/gdb.c++/casts.exp b/gdb/testsuite/gdb.c++/casts.exp
index 68ce704bc13..859755f66b7 100644
--- a/gdb/testsuite/gdb.c++/casts.exp
+++ b/gdb/testsuite/gdb.c++/casts.exp
@@ -1,4 +1,4 @@
-# Copyright 2002 Free Software Foundation, Inc.
+# Copyright 2002, 2003 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
@@ -59,7 +59,7 @@ gdb_test "break [gdb_get_line_number "casts.exp: 1"]" \
"Breakpoint.*at.* file .*" \
""
-gdb_test "run" "Breakpoint .* at casts.cc" ""
+gdb_test "run" "Breakpoint .* at .*casts.cc.*" ""
# Casting a pointer to a base class to a pointer to a derived class
# should yield the entire derived class. Until August 2002, GDB got