| Index: src/compiler/arm/instruction-selector-arm-unittest.cc
|
| diff --git a/src/compiler/arm/instruction-selector-arm-unittest.cc b/src/compiler/arm/instruction-selector-arm-unittest.cc
|
| index ec5eaf3b5f9747d8c68146d4381a23ae7058a777..8296073620aa9f5ed9c85e25df79040f2b8ad913 100644
|
| --- a/src/compiler/arm/instruction-selector-arm-unittest.cc
|
| +++ b/src/compiler/arm/instruction-selector-arm-unittest.cc
|
| @@ -1204,9 +1204,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;
|
| }
|
|
|
|
|
|
|