]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.c++/namespace.exp: '\0', not '\000'.
authorJason Merrill <jason@redhat.com>
Thu, 10 Jan 2002 13:21:58 +0000 (13:21 +0000)
committerJason Merrill <jason@redhat.com>
Thu, 10 Jan 2002 13:21:58 +0000 (13:21 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/namespace.exp

index bd859e3b5fa3db16808675c5dcf09a05b84c8b95..f230de9fb3bff326257baae1e55414944b175a75 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-10  Jason Merrill  <jason@redhat.com>
+
+       * gdb.c++/namespace.exp: '\0', not '\000'.
+
 2002-01-08  Michael Snyder  <msnyder@redhat.com>
 
        * gdb.base/gcore.exp: New test for generate-core-file command.
index fb44378df4edab0d7a866db5f963081c23309a44..4aa8d9ecf80f1483608fd2fb2d50bd8348e98462 100644 (file)
@@ -80,7 +80,7 @@ gdb_test "up" ".*main.*" "up from marker1"
 
 send_gdb "print 'AAA::c'\n"
 gdb_expect {
-   -re "\\$\[0-9\]* = 0 '\\\\000'\r\n$gdb_prompt $" { pass "print 'AAA::c'" }
+   -re "\\$\[0-9\]* = 0 '\\\\0'\r\n$gdb_prompt $" { pass "print 'AAA::c'" }
    -re ".*$gdb_prompt $" { fail "print 'AAA::c'" }
    timeout { fail "(timeout) print 'AAA::c'" }
 }