summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-07-18 15:15:04 +0000
committerTom Tromey <tromey@redhat.com>2011-07-18 15:15:04 +0000
commit3b679b8f4c54fea282da750f4b6452184b45dae0 (patch)
tree9cab18db072afb83a97c7b95012fa0612c44af30 /gdb/testsuite/gdb.cp
parentf3309d4c0d5effeafb6d042a24b3769235a681bb (diff)
downloadgdb-3b679b8f4c54fea282da750f4b6452184b45dae0.tar.gz
* gdb.cp/static-method.exp: Add missing single quote.
Diffstat (limited to 'gdb/testsuite/gdb.cp')
-rw-r--r--gdb/testsuite/gdb.cp/static-method.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/static-method.exp b/gdb/testsuite/gdb.cp/static-method.exp
index 9867c2c5329..e4a767e9420 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.