mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-13 04:13:33 +08:00
* gdb.base/fixsection.exp: Do not include directories in filename
in expected message.
This commit is contained in:
parent
9ad26a41a7
commit
8031b6f821
@ -1,3 +1,8 @@
|
||||
2011-10-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gdb.base/fixsection.exp: Do not include directories in filename
|
||||
in expected message.
|
||||
|
||||
2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
Add tests for passing of environment variables to inferior.
|
||||
|
@ -60,7 +60,7 @@ if ![runto_main] then {
|
||||
# set breakpoint at static function static_fun
|
||||
#
|
||||
gdb_test "break static_fun" \
|
||||
"Breakpoint.*at.* file .*${srcfile}, line.*" \
|
||||
"Breakpoint.*at.* file .*${testfile}\\.c, line.*" \
|
||||
"breakpoint at static_fun"
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user