| Index: src/compiler/arm64/instruction-selector-arm64-unittest.cc
|
| diff --git a/src/compiler/arm64/instruction-selector-arm64-unittest.cc b/src/compiler/arm64/instruction-selector-arm64-unittest.cc
|
| index bd1471156e0d5803d0be1821e5af4a6734511254..73c5d8dce1141f4ccb77cb9c666928cd4c3b1251 100644
|
| --- a/src/compiler/arm64/instruction-selector-arm64-unittest.cc
|
| +++ b/src/compiler/arm64/instruction-selector-arm64-unittest.cc
|
| @@ -996,9 +996,7 @@ struct MemoryAccess {
|
|
|
|
|
| std::ostream& operator<<(std::ostream& os, const MemoryAccess& memacc) {
|
| - OStringStream ost;
|
| - ost << memacc.type;
|
| - return os << ost.c_str();
|
| + return os << memacc.type;
|
| }
|
|
|
| } // namespace
|
|
|