* gdb.cp/static-method.exp: Add missing single quote.
authorTom Tromey <tromey@redhat.com>
Mon, 18 Jul 2011 15:15:06 +0000 (15:15 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 18 Jul 2011 15:15:06 +0000 (15:15 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/static-method.exp

index 5589512..1acccd5 100644 (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
index 9867c2c..e4a767e 100644 (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.