Don't forget to match the GDB prompt.
2001-06-06 Jim Blandy <jimb@redhat.com>
+ * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
+ Don't forget to match the GDB prompt.
+
* gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2001-06-04 Jim Blandy <jimb@redhat.com>
#
send_gdb "print sizeof (long long) > sizeof (long)\n"
gdb_expect {
- -re "\\$\[0-9\]* = $true" {
+ -re "\\$\[0-9\]* = $true.*$gdb_prompt" {
set ok 1
pass "sizeof (long long) > sizeof (long) (true)"
}
- -re "\\$\[0-9\]* = $false" {
+ -re "\\$\[0-9\]* = $false.*$gdb_prompt" {
set ok 0
pass "sizeof (long long) > sizeof (long) (false)"
}