diff options
Diffstat (limited to 'gdb/testsuite/gdb.stabs/weird.exp')
-rw-r--r-- | gdb/testsuite/gdb.stabs/weird.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index 699b26b..b8c72da 100644 --- a/gdb/testsuite/gdb.stabs/weird.exp +++ b/gdb/testsuite/gdb.stabs/weird.exp @@ -142,11 +142,11 @@ proc do_tests {} { gdb_test "p sizeof (const70)" " = 2" "'e' constant with embedded type" gdb_test "p constchar" " = 97 'a'" "char constant" - gdb_test "p constString1" " = \"Single quote String1\"" "String constant 1" - gdb_test "p constString2" " = \"Double quote String2\"" "String constant 2" + gdb_test "p constString1" " = \"Single quote String1\"" "string constant 1" + gdb_test "p constString2" " = \"Double quote String2\"" "string constant 2" - gdb_test "p constString3" " = \"String3 with embedded quote ' in the middle\"" "String constant 3" - gdb_test "p constString4" { = "String4 with embedded quote \\" in the middle"} "String constant 4" + gdb_test "p constString3" " = \"String3 with embedded quote ' in the middle\"" "string constant 3" + gdb_test "p constString4" { = "String4 with embedded quote \\" in the middle"} "string constant 4" gdb_test "p bad_neg0" " = \{field0 = 42, field2 =.*field3 = 45\}" "p bad_neg0" gdb_test "ptype inttype" "type = (unsigned int|inttype)" "ptype on inttype" |