mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-19 22:44:16 +08:00
gdb/testsuite/
* gdb.cp/cpcompletion.exp: Specify source file name explicitly.
This commit is contained in:
parent
fdc498b81c
commit
7c5fe86876
@ -1,3 +1,7 @@
|
||||
2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.cp/cpcompletion.exp: Specify source file name explicitly.
|
||||
|
||||
2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.base/comp-dir/subdir/dummy.txt: New file.
|
||||
|
@ -76,8 +76,9 @@ gdb_load ${binfile}
|
||||
|
||||
set bp_location [gdb_get_line_number "Set breakpoint here" ${testfile}.cc]
|
||||
|
||||
if {![runto $bp_location]} {
|
||||
if {![runto "${testfile}.cc:$bp_location"]} {
|
||||
perror "test suppressed"
|
||||
return
|
||||
}
|
||||
|
||||
# This also tests inheritance -- completion should only see a single
|
||||
|
Loading…
Reference in New Issue
Block a user