* gdb.cp/static-method.exp: Add missing single quote.

This commit is contained in:
Tom Tromey 2011-07-18 15:15:06 +00:00
parent 2aab8acd29
commit f65cf84c3e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-18 Tom Tromey <tromey@redhat.com>
* gdb.cp/static-method.exp: Add missing single quote.
2011-07-18 Yao Qi <yao@codesourcery.com>
* gdb.base/async-shell.exp: Skip test if displaced stepping is not

View File

@ -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.