diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.exp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.exp b/gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.exp index 7936f25..1c1d10f 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.exp @@ -28,10 +28,6 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" object {}] != "" clean_restart $executable -# Force the language to C++, since we want to treat the type -# defined in the object file like a C++ type, using sizeof. -gdb_test_no_output "set language c++" - # -1 was produced, it is now caught with the complaint: # Suspicious DW_AT_byte_size value treated as zero instead of ... gdb_test "p sizeof (t)" " = 0" |