Chromium Code Reviews| Index: src/runtime/runtime-test.cc |
| diff --git a/src/runtime/runtime-test.cc b/src/runtime/runtime-test.cc |
| index 9e4e4346039f9f5289e95a52814721ada9641ba7..1e39c2f1f5d9bd82b9563791b78a257460d61955 100644 |
| --- a/src/runtime/runtime-test.cc |
| +++ b/src/runtime/runtime-test.cc |
| @@ -215,7 +215,7 @@ RUNTIME_FUNCTION(Runtime_DebugPrint) { |
| // ShortPrint is available in release mode. Print is not. |
| os << Brief(args[0]); |
| #endif |
| - os << endl; |
| + os << std::endl; |
| return args[0]; // return TOS |
| } |