Skip to content

Commit

Permalink
[jumbo] add test source file namespace in test-hashmap.cc
Browse files Browse the repository at this point in the history
Bug: chromium:746958
Change-Id: Ia251d99ffe142fadb99fc83082683aa87676c47d
Reviewed-on: https://chromium-review.googlesource.com/680574
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@opera.com>
Cr-Commit-Position: refs/heads/master@{#48145}
  • Loading branch information
mostynb authored and Commit Bot committed Sep 25, 2017
1 parent c7b3fdd commit 54f1f4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cctest/test-hashmap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

namespace v8 {
namespace internal {
namespace test_hashmap {

typedef uint32_t (*IntKeyHash)(uint32_t key);

Expand Down Expand Up @@ -173,5 +174,6 @@ TEST(HashSet) {
TestSet(CollisionHash, 50);
}

} // namespace test_hashmap
} // namespace internal
} // namespace v8

0 comments on commit 54f1f4d

Please sign in to comment.