summaryrefslogtreecommitdiff
path: root/deps/v8/test/unittests/compiler/regalloc/register-allocator-unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/unittests/compiler/regalloc/register-allocator-unittest.cc')
-rw-r--r--deps/v8/test/unittests/compiler/regalloc/register-allocator-unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/unittests/compiler/regalloc/register-allocator-unittest.cc b/deps/v8/test/unittests/compiler/regalloc/register-allocator-unittest.cc
index 262c51d31e..f06b004d49 100644
--- a/deps/v8/test/unittests/compiler/regalloc/register-allocator-unittest.cc
+++ b/deps/v8/test/unittests/compiler/regalloc/register-allocator-unittest.cc
@@ -73,7 +73,6 @@ bool IsParallelMovePresent(int instr_index, Instruction::GapPosition gap_pos,
return found_match;
}
-} // namespace
class RegisterAllocatorTest : public InstructionSequenceTest {
public:
@@ -824,6 +823,7 @@ INSTANTIATE_TEST_SUITE_P(
::testing::Combine(::testing::ValuesIn(kParameterTypes),
::testing::Range(0, SlotConstraintTest::kMaxVariant)));
+} // namespace
} // namespace compiler
} // namespace internal
} // namespace v8