From d8ea7931936cdd95a066bfc1c1fbf0de0340ce6f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 8 Dec 2011 15:31:20 +0000 Subject: * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in condition. --- gdb/testsuite/gdb.cp/ovsrch.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.cp') diff --git a/gdb/testsuite/gdb.cp/ovsrch.exp b/gdb/testsuite/gdb.cp/ovsrch.exp index f6ad34b..b75a00c 100644 --- a/gdb/testsuite/gdb.cp/ovsrch.exp +++ b/gdb/testsuite/gdb.cp/ovsrch.exp @@ -30,7 +30,7 @@ proc test_class {class} { } # Test each overload instance twice: once quoted, once unquoted - set conditional1 "if (a == 3)" + set conditional1 "if (a_param == 3)" set conditional2 "if (A::outer::func ())" foreach ovld [array names tests] { set method "${class}::foo ($ovld) const" -- cgit v1.1