2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/call-sc.exp (test_scalar_returns): Fix cut-and-paste glitch in "Make fun return now".
This commit is contained in:
parent
65f0bddfe1
commit
2f193b694d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
|
||||
|
||||
* gdb.base/call-sc.exp (test_scalar_returns):
|
||||
Fix cut-and-paste glitch in "Make fun return now".
|
||||
|
||||
2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
|
||||
|
||||
* configure.in: Add gdb.fortran.
|
||||
|
|
|
@ -274,7 +274,7 @@ proc test_scalar_returns { } {
|
|||
# Need to step off the function call
|
||||
gdb_test "next" "zed.*" "${test}"
|
||||
}
|
||||
-re "L[expr + 1] *= fun[expr + 1].*${gdb_prompt} $" {
|
||||
-re "zed \\(\\);.*$gdb_prompt $" {
|
||||
pass "${test}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue