* gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
return ${tests}" test. The ${tests} already mentions the filename.
This commit is contained in:
parent
5154b0cdb1
commit
1bfbbb9d24
@ -1,3 +1,9 @@
|
|||||||
|
2004-01-04 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
|
||||||
|
return ${tests}" test. The ${tests} already mentions the
|
||||||
|
filename.
|
||||||
|
|
||||||
2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
|
2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
* gdb.cp/local.exp: Accept gcc abi 2.
|
* gdb.cp/local.exp: Accept gcc abi 2.
|
||||||
|
@ -285,7 +285,7 @@ proc test_struct_returns { n } {
|
|||||||
|
|
||||||
# Check that the program invalidated the relevant global.
|
# Check that the program invalidated the relevant global.
|
||||||
setup_kfails structs-tld i*86-*-* gdb/1447
|
setup_kfails structs-tld i*86-*-* gdb/1447
|
||||||
gdb_test "p/c L${n}" " = [zed $n]" "zed L<n> for return; ${tests} .${testfile}."
|
gdb_test "p/c L${n}" " = [zed $n]" "zed L<n> for return; ${tests}"
|
||||||
|
|
||||||
# Force the "return". This checks that the return is always
|
# Force the "return". This checks that the return is always
|
||||||
# performed, and that GDB correctly reported this to the user.
|
# performed, and that GDB correctly reported this to the user.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user