diff options
Diffstat (limited to 'gdb/testsuite/gdb.rust/expr.exp')
-rw-r--r-- | gdb/testsuite/gdb.rust/expr.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.rust/expr.exp b/gdb/testsuite/gdb.rust/expr.exp index 99a697e..fff3eef 100644 --- a/gdb/testsuite/gdb.rust/expr.exp +++ b/gdb/testsuite/gdb.rust/expr.exp @@ -104,6 +104,8 @@ gdb_test "print 1 << 5" " = 32" gdb_test "print 32usize >> 5" " = 1" gdb_test "ptype 32i32 as f64" "type = f64" +gdb_test "ptype 0xf9f9f9f90000" "type = i64" + gdb_test "print ()" " = \\(\\)" gdb_test "print \[1,2,3,4\]" " = \\\[1, 2, 3, 4\\\]" |