Commit 0c93ef35 authored by Mostyn Bramley-Moore's avatar Mostyn Bramley-Moore Committed by Commit Bot

[jumbo] arm unittests fixup

Avoid F5 symbol clash.

Bug: chromium:770684
Change-Id: I9e851c1fe5abbdc4d032b7efdd0462c96d0c8ef3
Reviewed-on: https://chromium-review.googlesource.com/696063Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com>
Cr-Commit-Position: refs/heads/master@{#48267}
parent 9cd2be9f
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
namespace v8 { namespace v8 {
namespace internal { namespace internal {
namespace test_assembler_arm {
using base::RandomNumberGenerator; using base::RandomNumberGenerator;
...@@ -3994,5 +3995,6 @@ TEST(use_scratch_register_scope) { ...@@ -3994,5 +3995,6 @@ TEST(use_scratch_register_scope) {
#undef __ #undef __
} // namespace test_assembler_arm
} // namespace internal } // namespace internal
} // namespace v8 } // namespace v8
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
namespace v8 { namespace v8 {
namespace internal { namespace internal {
namespace test_macro_assembler_arm {
typedef void* (*F)(int x, int y, int p2, int p3, int p4); typedef void* (*F)(int x, int y, int p2, int p3, int p4);
...@@ -406,5 +407,6 @@ TEST(ReplaceLane) { ...@@ -406,5 +407,6 @@ TEST(ReplaceLane) {
#undef __ #undef __
} // namespace test_macro_assembler_arm
} // namespace internal } // namespace internal
} // namespace v8 } // namespace v8
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment