From 1bfbbb9d240746e8720abcff7891e94fc4e4e2a1 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 3 Jan 2004 23:49:31 +0000 Subject: [PATCH] * gdb.base/structs.exp: Remove ${testfile} from "zed L for return ${tests}" test. The ${tests} already mentions the filename. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.base/structs.exp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 573dd4b..aac0fd0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-01-04 Mark Kettenis + + * gdb.base/structs.exp: Remove ${testfile} from "zed L for + return ${tests}" test. The ${tests} already mentions the + filename. + 2004-01-02 Michael Chastain * gdb.cp/local.exp: Accept gcc abi 2. diff --git a/gdb/testsuite/gdb.base/structs.exp b/gdb/testsuite/gdb.base/structs.exp index c0f596f..4627819 100644 --- a/gdb/testsuite/gdb.base/structs.exp +++ b/gdb/testsuite/gdb.base/structs.exp @@ -285,7 +285,7 @@ proc test_struct_returns { n } { # Check that the program invalidated the relevant global. setup_kfails structs-tld i*86-*-* gdb/1447 - gdb_test "p/c L${n}" " = [zed $n]" "zed L for return; ${tests} .${testfile}." + gdb_test "p/c L${n}" " = [zed $n]" "zed L for return; ${tests}" # Force the "return". This checks that the return is always # performed, and that GDB correctly reported this to the user. -- 2.7.4