* gdb.base/call-sc.exp (test_scalar_returns):
Fix cut-and-paste glitch in "Make fun return now".
+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.
# 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}"
}
}