diff options
Diffstat (limited to 'gold/testsuite/binary_unittest.cc')
-rw-r--r-- | gold/testsuite/binary_unittest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gold/testsuite/binary_unittest.cc b/gold/testsuite/binary_unittest.cc index 8e950620c94..a9f47c20fcb 100644 --- a/gold/testsuite/binary_unittest.cc +++ b/gold/testsuite/binary_unittest.cc @@ -95,9 +95,9 @@ Sized_binary_test() delete sd.symbol_names; sd.symbol_names = NULL; - Sized_relobj<size, big_endian>* relobj = - static_cast<Sized_relobj<size, big_endian>*>(object); - typename Sized_relobj<size, big_endian>::Address value; + Sized_relobj_file<size, big_endian>* relobj = + static_cast<Sized_relobj_file<size, big_endian>*>(object); + typename Sized_relobj_file<size, big_endian>::Address value; bool is_ordinary; CHECK(relobj->symbol_section_and_value(0, &value, &is_ordinary) == 0); CHECK(is_ordinary); |