Commit 22bb66f2 authored by Haruka Matsumura's avatar Haruka Matsumura Committed by Commit Bot

incremental_marking_test: HeapLinkedHashSetSwapTest should be called Swap() function

This unit test is named SwapTest. But, in actual, Move() function is called.

Change-Id: I929047b9a04dd407534c769c5b4edc97f466c0b4
Reviewed-on: https://chromium-review.googlesource.com/1124341
Commit-Queue: Haruka Matsumura <harukamt@google.com>
Reviewed-by: default avatarKeishi Hattori <keishi@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572468}
parent 1353ccba
......@@ -1059,7 +1059,7 @@ TEST(IncrementalMarkingTest, HeapLinkedHashSetMove) {
TEST(IncrementalMarkingTest, HeapLinkedHashSetSwap) {
Swap<HeapLinkedHashSet<Member<Object>>>();
// Weak references are strongified for the current cycle.
Move<HeapLinkedHashSet<WeakMember<Object>>>();
Swap<HeapLinkedHashSet<WeakMember<Object>>>();
}
// =============================================================================
......
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