Commit 19ddc1f1 authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[test] Fix jumbo build of test-icache test.

R=leszeks@chromium.org
TEST=cctest/test-icache

No-Tree-Checks: true
Change-Id: Ied26bb04d844a7585444a8bb48e12865133a4e81
Reviewed-on: https://chromium-review.googlesource.com/c/1350990
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57832}
parent 47daa486
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
namespace v8 { namespace v8 {
namespace internal { namespace internal {
namespace test_icache {
using F0 = int(int); using F0 = int(int);
...@@ -189,5 +190,6 @@ TEST(TestFlushICacheOfWritableAndExecutable) { ...@@ -189,5 +190,6 @@ TEST(TestFlushICacheOfWritableAndExecutable) {
#undef __ #undef __
} // namespace test_icache
} // 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