* gdb.cp/static-method.exp: Add missing single quote.
This commit is contained in:
parent
2aab8acd29
commit
f65cf84c3e
|
@ -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>
|
2011-07-18 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/async-shell.exp: Skip test if displaced stepping is not
|
* gdb.base/async-shell.exp: Skip test if displaced stepping is not
|
||||||
|
|
|
@ -70,7 +70,7 @@ foreach test $methods {
|
||||||
# with the filename pre-pended.
|
# 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
|
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.
|
# Test setting and hitting a breakoint at the function/method.
|
||||||
|
|
Loading…
Reference in New Issue