Index: test/cctest/compiler/test-instruction.cc |
diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc |
index f4f2f753fe1fc5c38451a0013d6e867f0745db50..53562953eee46e3aedd52fd032b587bbefd05af2 100644 |
--- a/test/cctest/compiler/test-instruction.cc |
+++ b/test/cctest/compiler/test-instruction.cc |
@@ -17,8 +17,9 @@ |
#include "src/compiler/scheduler.h" |
#include "test/cctest/cctest.h" |
-using namespace v8::internal; |
-using namespace v8::internal::compiler; |
+namespace v8 { |
+namespace internal { |
+namespace compiler { |
typedef v8::internal::compiler::Instruction TestInstr; |
typedef v8::internal::compiler::InstructionSequence TestInstrSeq; |
@@ -322,3 +323,7 @@ TEST(InstructionOperands) { |
} |
} |
} |
+ |
+} // namespace compiler |
+} // namespace internal |
+} // namespace v8 |