gdb
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / pointers.exp
index 2d0a70e36256aa82768e6979b12c923693e1da89..91838a2aea5540c44818332abd5226cee06ccc2f 100644 (file)
@@ -389,7 +389,7 @@ gdb_expect {
 
 send_gdb "print *pUC\n"
 gdb_expect {
-    -re ".\[0-9\]* = 21 \'.25\'.*$gdb_prompt $" {
+    -re ".\[0-9\]* = 21 \'.025\'.*$gdb_prompt $" {
         pass "print value of *pUC"
       }
     -re ".*$gdb_prompt $" { fail "print value of *pUC" }
This page took 0.025523 seconds and 4 git commands to generate.