* gdb.c++/casts.exp: Correct regexp.
This commit is contained in:
parent
f436a26abf
commit
147ff08c6b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user