| Index: test/cctest/compiler/test-js-typed-lowering.cc
|
| diff --git a/test/cctest/compiler/test-js-typed-lowering.cc b/test/cctest/compiler/test-js-typed-lowering.cc
|
| index 3a96b3d06790f3f818cf71f8927d57be43c9d708..ae38bbfdac5e333cde98f79ce6f42a3ed7db8bca 100644
|
| --- a/test/cctest/compiler/test-js-typed-lowering.cc
|
| +++ b/test/cctest/compiler/test-js-typed-lowering.cc
|
| @@ -15,8 +15,9 @@
|
| #include "src/compiler/typer.h"
|
| #include "test/cctest/cctest.h"
|
|
|
| -using namespace v8::internal;
|
| -using namespace v8::internal::compiler;
|
| +namespace v8 {
|
| +namespace internal {
|
| +namespace compiler {
|
|
|
| #ifndef TEST_WITH_STRONG
|
| #define TEST_WITH_STRONG(Name) \
|
| @@ -1262,3 +1263,7 @@ TEST_WITH_STRONG(Int32Comparisons) {
|
| }
|
| }
|
| }
|
| +
|
| +} // namespace compiler
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|