From f65cf84c3e52cec6be185c7d0f991e288c5d2c77 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 18 Jul 2011 15:15:06 +0000 Subject: [PATCH] * gdb.cp/static-method.exp: Add missing single quote. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.cp/static-method.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 558951269c..1acccd52b7 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-07-18 Tom Tromey + + * gdb.cp/static-method.exp: Add missing single quote. + 2011-07-18 Yao Qi * gdb.base/async-shell.exp: Skip test if displaced stepping is not diff --git a/gdb/testsuite/gdb.cp/static-method.exp b/gdb/testsuite/gdb.cp/static-method.exp index 9867c2c532..e4a767e942 100644 --- a/gdb/testsuite/gdb.cp/static-method.exp +++ b/gdb/testsuite/gdb.cp/static-method.exp @@ -70,7 +70,7 @@ foreach test $methods { # with the filename pre-pended. gdb_test "list ${srcfile}:$test" $result gdb_test "list '${srcfile}:$test'" $result - gdb_test "list '${srcfile}':$test'" $result + gdb_test "list '${srcfile}':'$test'" $result gdb_test "list ${srcfile}:'$test'" $result # Test setting and hitting a breakoint at the function/method.