OSDN Git Service

* gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
authortromey <tromey>
Thu, 8 Dec 2011 15:31:20 +0000 (15:31 +0000)
committertromey <tromey>
Thu, 8 Dec 2011 15:31:20 +0000 (15:31 +0000)
condition.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/ovsrch.exp

index ba490fb..d5b24fc 100644 (file)
@@ -1,3 +1,8 @@
+2011-12-08  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
+       condition.
+
 2011-12-07  Stan Shebs  <stan@codesourcery.com>
 
        * gdb.trace/tfind.exp: Update for output changes.
index f6ad34b..b75a00c 100644 (file)
@@ -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"