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:
Michael Chastain 2004-08-20 10:57:08 +00:00
parent 65f0bddfe1
commit 2f193b694d
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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}"
}
}